View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
abcsms abcsms is offline
external usenet poster
 
Posts: 5
Default Userform shown in windows other than Excel

Hi all,

I use an Excel vba to "upload" data from Excel data to my accounting
software by sendkey command. The steps are 1)real data from Excel cells, 2)
switch the active window to accounting software, 3) use sendkey command to
fill accouting system blank field, 4) switch back to Excel and end

My question is: after switching to accounting system window, can it show a
userform with certain animated gif and text indicating that data is being
input? I can easily manage to show it in excel window, but unsuccessful in
other active windows.

Any help is much appreciated!

Thanks

Alan