PDA

View Full Version : [Excel2k3+VBA] Importing spreadsheet specs from Access Tables and Render



iboumiza
12-18-2011, 10:35 PM
Hi,

I have made a VBA code that takes Spreadsheet's properties (columns, rows lenghts weights data inside ...) from Access Tables and render them in an Excel spreadsheet; if I choose 3 files to import, then I'll have 1 description column and 6 columns for data (2 columns per files)

the print file is the spreadsheet
and coaching is the UserForm that imports the data from access and send them to print sheet

you can view files with VB or NotePad++ if you want

Best Regards

Bob Phillips
12-19-2011, 01:12 AM
What is your question?

iboumiza
12-19-2011, 05:46 AM
the render function is not working... it renders just the description column and 1 data column

Bob Phillips
12-20-2011, 04:57 AM
If you want us to look at it, give us the tables and the Excel file, we are not going to try and re-create from what you have given so far.