|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
hi,
is there any vbscript for converting the data in MS Access to MS Excel format. Warm Regards, Aniruddha Sahasrabuddhe |
|
#2
|
|||
|
|||
|
You could create a macro to do what you are after
or use the TransferSpreadsheet Method Here is and example of script DoCmd.TransferSpreadsheet acExport, 3, _ "Employees","C:\Lotus\Newemps.wk3", True, "A1:G12" Look at the help for more information S- |
![]() |
| Viewing: ASP Free Forums > Database > Microsoft Access Help > converting ms access data to ms excel |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|