I have a Visual Basic program which references data from an Excel sheet and I have a function which calls certain cells in order but changes which row it will be calling on a regular basis. Example code below:
x=Start.xlsheet.Cells(position, 1).Value
where position changes frequently.
When I...
If I create an Excel Object, workbook, sheet, etc. on one form, how do I access that object instance from another form. I keep getting an object required error, I'm not sure about the snytax.
Thanks for the help.
I have a VB program which imports data from an excel sheet. At differnt times and on different forms in the program, different excel sheets are being opened and closed. I new a way to check if an Excel Application is running.
ex: If(Application."Running/Open/something"=True)Then
I...
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.