Hi,
I have some experience with VBScript but not as much when I use it with Excel. I was just wondering if anyone would know of any books or sites that wounld have information on how to use VBScipt with Excel??
Thanks in advance!
Hello,
Im getting the error " Object Required: 'ActiveCell.Resize(...).Slect' ". My code looks like this:
'Declare variables and open excel then open the specified file
dim objExcel005, ExcelWB005, osheet005
set objExcel005 = createobject("Excel.Application")
objExcel005.visible = true
set...
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.