I changed it but now Im getting the error " object doesnt support this property or method: 'Selection' "
'Declare variables and open excel then open the specified file
dim objExcel005, ExcelWB005, osheet005, objRange
set objExcel005 = createobject("Excel.Application")
objExcel005.visible =...
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!
Thanks. I added in the lines you suggested but its only doing as far as the line "objExcel005.ActiveCell(1, 3).Select". I not getting anymore errors but its just not selecting the 3 lines I need copied. Heres the code so far:
'Declare variables and open excel then open the specified file
dim...
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.