J
JorgeB
I have an MsAccess Table that i exported to Excel, now i have the file open,
but need to format de file dependig on other data i have in a table, can
anybody tell me how i can take control on this excel object.
Dim XlsArch As Excel.Workbooks
DoCmd.OutputTo acOutputTable, StrName, acFormatXLS, "D:\Piezas\" &
TxtNoParte & ".xls", True
Set XlsArch = ???? (i have to set the object, but how i should set it)
Thanks for your support.
but need to format de file dependig on other data i have in a table, can
anybody tell me how i can take control on this excel object.
Dim XlsArch As Excel.Workbooks
DoCmd.OutputTo acOutputTable, StrName, acFormatXLS, "D:\Piezas\" &
TxtNoParte & ".xls", True
Set XlsArch = ???? (i have to set the object, but how i should set it)
Thanks for your support.