t***@hotmail.com
2006-08-01 20:53:13 UTC
I'm creating an Excel sheet using VBScript in an ASP page. The data I
am pulling from a back end SQL Server table. I need to take the data
that is in the table and transpose it in the Excel sheet. Is there a
VBScript equivilant for the following (which is from a VBA macro)
Selection.PasteSpecial Paste:=xlPasteAll, Operation:=xlNone,
SkipBlanks:= _
False, Transpose:=True
I am able to choose which cells I want, but I am not able to transpose
them the way that I would like.
Please Help!!!!
Thanks
TJD
am pulling from a back end SQL Server table. I need to take the data
that is in the table and transpose it in the Excel sheet. Is there a
VBScript equivilant for the following (which is from a VBA macro)
Selection.PasteSpecial Paste:=xlPasteAll, Operation:=xlNone,
SkipBlanks:= _
False, Transpose:=True
I am able to choose which cells I want, but I am not able to transpose
them the way that I would like.
Please Help!!!!
Thanks
TJD