Hi,
i would like to create a macro which will map excel and rumba.
For example , in excel , i want to add button "start",
now when i click start button in excel , the macro should connect to rumba and get the details like name and display in excel file.
Thanks
#RumbaHi,
from your Brief description I would suggest to use the Rumba Control in Excel.
You can than interact with the Rumba Control using vba from Excel.
Find here a short sample. The XLS sample reads data from the Rumba Screen and writes it into the worksheet. You can hide the user form and add a button to start the macro, The script should give you the Basic idea.
regards
- andre
Hi,
i would like to create a macro which will map excel and rumba.
For example , in excel , i want to add button "start",
now when i click start button in excel , the macro should connect to rumba and get the details like name and display in excel file.
Thanks
#RumbaHi,
The file is asking for the password.
Can i know the password.?
Regards
Ganesh
Hi,
i would like to create a macro which will map excel and rumba.
For example , in excel , i want to add button "start",
now when i click start button in excel , the macro should connect to rumba and get the details like name and display in excel file.
Thanks
#RumbaHi,
The file is asking for the password.
Can i know the password.?
Regards
Ganesh
Hi,
i would like to create a macro which will map excel and rumba.
For example , in excel , i want to add button "start",
now when i click start button in excel , the macro should connect to rumba and get the details like name and display in excel file.
Thanks
#RumbaHi,
The file is asking for the password.
Can i know the password.?
Regards
Ganesh
Hi,
i would like to create a macro which will map excel and rumba.
For example , in excel , i want to add button "start",
now when i click start button in excel , the macro should connect to rumba and get the details like name and display in excel file.
Thanks
#RumbaHi,
When i run the file , i get compile error msg Saying Compile Error:Method or data member not found for line " Set MFDsp = MFForm.Dsp1 "
Thanks
Hi,
i would like to create a macro which will map excel and rumba.
For example , in excel , i want to add button "start",
now when i click start button in excel , the macro should connect to rumba and get the details like name and display in excel file.
Thanks
#RumbaPlease make sure you have ActiveX enabled in Excel.!
If the Problem still exist then search your machine for *.exd files
The issue can be solved by removing .exd files
e.g:
C:\\Users\\[user.name]\\AppData\\Local\\Temp\\Excel8.0\\MSForms.exd
C:\\Users\\[user.name]\\AppData\\Local\\Temp\\VBE\\MSForms.exd
C:\\Users\\[user.name]\\AppData\\Local\\Temp\\Word8.0\\MSForms.exd
Of course the excel application must be closed in order to delete this file.
This is not a RUMBA issue find further Information here:
support.microsoft.com/.../3025036
/andre