- Katılım
- 25 Haziran 2006
- Mesajlar
- 36
- Excel Vers. ve Dili
- Ofis 2010 ve 2016
Arkadaşlar aşağıdaki macro Excel 2010 64 bitte çok iyi çalışıyor fakat excel 2016 64 bitte çalıştıramadım bu kod nasıl çalışacak şekilde uyarlanabilir yardım edebilir misiniz.
Dim strTemp As String
BilgileriAl
AppActivate "Host Integration Server Client"
Application.Wait (Now() + TimeValue("00:00:01"))
cmd1990_Click
Application.Wait (Now() + TimeValue("00:00:01"))
If Cells(16, 3).Value <> "" Then
SendKeys ("^V~~")
Else
SendKeys ("+{TAB}H^V~~")
End If
Application.Wait (Now() + TimeValue("00:00:02"))
SendKeys ("{F12}")
Dim strTemp As String
BilgileriAl
AppActivate "Host Integration Server Client"
Application.Wait (Now() + TimeValue("00:00:01"))
cmd1990_Click
Application.Wait (Now() + TimeValue("00:00:01"))
If Cells(16, 3).Value <> "" Then
SendKeys ("^V~~")
Else
SendKeys ("+{TAB}H^V~~")
End If
Application.Wait (Now() + TimeValue("00:00:02"))
SendKeys ("{F12}")
Son düzenleme:
