B
Brett
I am trying to set the horizontal alignment of cells for a spreadsheet on an
Active Server Page. It appears that this feature, if it was previously
supported, is not supported in OWC11. I took this code from the Office 2003
Web Components VB help file:
dim ssConstants
Set ssConstants = Spreadsheet1.Constants
Spreadsheet1.Range("K:T").HorizontalAlignment = ssConstants.xlHAlignLeft
This causes the error:
Object doesn't support this property or method:
'ssContants.xlHAlignLeft'
If anyone can help with this, I would apreciate it. Thanks!
Brett
Active Server Page. It appears that this feature, if it was previously
supported, is not supported in OWC11. I took this code from the Office 2003
Web Components VB help file:
dim ssConstants
Set ssConstants = Spreadsheet1.Constants
Spreadsheet1.Range("K:T").HorizontalAlignment = ssConstants.xlHAlignLeft
This causes the error:
Object doesn't support this property or method:
'ssContants.xlHAlignLeft'
If anyone can help with this, I would apreciate it. Thanks!
Brett