Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Chip Pearson" wrote ...
You can't just write to Excel files using VBA's file write procedures. Excel files are internally extremely complicated, and VBA doesn't support the data types required to manipulate them directly. You should use Excel itself to modify Excel files. Another option is to use the Microsoft OLDB Provider for Jet i.e. ADO and SQL to write data to an Excel file. Using SQL's INSERT INTO syntax will append the new row to the bottom of the Excel range. Jamie. -- |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sharing Excel file for multiple user | Excel Discussion (Misc queries) | |||
Multiple user excel file | New Users to Excel | |||
macro to save as a data input by user file name from a designated | Excel Discussion (Misc queries) | |||
Need to Query Excel File Opened by Another User | Excel Discussion (Misc queries) | |||
Excel allows access to more than one user to same file | Excel Discussion (Misc queries) |