W
Weezy1957
I am trying to use AutoFormat in VBScript through SQL Server in a DTS
package. Most everything is going great but I can't figure out the
syntax for this line:
oSSBExcel.Range("A65536").End(xlup).AutoFormat Format:=11
This is supposed to grab the last used row and apply an autoformat. It
works great when run in Excel, but I think it chokes on Format:=11.
Is there a way to say this in VBScript?
Thanks much.
Weezy
package. Most everything is going great but I can't figure out the
syntax for this line:
oSSBExcel.Range("A65536").End(xlup).AutoFormat Format:=11
This is supposed to grab the last used row and apply an autoformat. It
works great when run in Excel, but I think it chokes on Format:=11.
Is there a way to say this in VBScript?
Thanks much.
Weezy


