hi!
i have extra macro! when i open the macro and click run , it runs. but actually it does not run the stop button and run button both seesm to be on.
how i can avoid not running the macro.
is there any idea. other than reboot the system.
skip
i have extra! macro grab from excel to extra! . it works fine. but i have another macro in excel through button.
how do i incorporate Extra!macro into vba
i have two separate macro one from excel vb and another in extra!
is it possible how to link both macros .
two different macros but the same excel sheet.
found a word from the screen
how do find corresponding row and column in that search word?
for example find account = XXXXXX in first occuranct
it may be anywhere in any page.
how do i find xxxxx
While SearchComplete=""
MyScreen.Sendkeys("<PF8>")...
vschin
thanks a lot, i will try it on monday and let you know
but there is no page limit may be 2nd page or may 4 or 6.
so can i do untill if Myscreen, search (""marked: ") then
What is this code for if it is not found in first page market instead of enter f8 go to next page
MyScreen.MoveTo...
vzchin
thanks this is my code here:
after this
MyScreen.PutString ("SM"),6,48
after press enter
after that sercH 'MARKED"- YES"
write into column f and go back to next row in column b and
repeat do---- loop
i am struggling here becasue the marked is not in first page
it come in 4th page or...
vzachin
thanks for your comment. i did some point
here is part of the code
could yuo help me
last_row2 = xl_sheet_2.Range("B2").CurrentRegion.Rows.Count
next_row = xl_sheet_2.Range("B2").CurrentRegion.Rows.Count + 1
For k = 2 To last_row2
x = Trim(xl_sheet_2.range("Bk") ' syntax...
I am trying to do read from excel sheet2 column b and row 8 wrtie to the screen position in 45,52
How do identity that is in row 8 and till end
Putstring in screen do something and go back again read next row and putstring in screen till endth row
I could not figure it out. Could you please help me
is it something checking in screen, if it is right will it generate the email to that particular user. example i am checking in the screen account name, if the account name is there in the screen generate the email and send it to that person. please do you have example. thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.