dbTalk Databases Forums  

access2010 DoCmd.TransferSpreadsheet centering data in cell

comp.databases.ms-access comp.databases.ms-access


Discuss access2010 DoCmd.TransferSpreadsheet centering data in cell in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Roger
 
Posts: n/a

Default access2010 DoCmd.TransferSpreadsheet centering data in cell - 11-21-2011 , 06:26 AM






I'm using
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel12Xml,....

to create an xml worksheet where alpha column are left-justified and
numeric columns are right justified
if I want some columns to be centred, can I do this with
'transferSpreadsheet' or do I need to open the worksheet with excel
and run a couple of excel commands to select a column and center the
text

Reply With Quote
  #2  
Old   
Douglas J Steele
 
Posts: n/a

Default Re: access2010 DoCmd.TransferSpreadsheet centering data in cell - 11-21-2011 , 06:43 PM






As far as I know, you cannot introduce formatting using TransferSpreadsheet.
You'd have to use Automation.

"Roger" wrote in message
news:b5b1761a-b9d9-4b5b-92f4-3fc2ed17e4cb (AT) r28g2000yqj (DOT) googlegroups.com...

I'm using
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel12Xml,....

to create an xml worksheet where alpha column are left-justified and
numeric columns are right justified
if I want some columns to be centred, can I do this with
'transferSpreadsheet' or do I need to open the worksheet with excel
and run a couple of excel commands to select a column and center the
text

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.