Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What are you trying to do? Are you trying to populate at table that you
create on the fly or are you trying to create multiple tables on the fly? It is hard to tell from what you have here. "JJ" wrote: Does anyone know how to turn this into a Loop? I don't want to hardcode my table field names. Thank you in advance! Field1 = ActiveWorkbook.Worksheets("mysheet1").Range("C1"). Value Field2 = ActiveWorkbook.Worksheets("mysheet2").Range("D1"). Value Field3 = ActiveWorkbook.Worksheets("mysheet3").Range("E1"). Value cnn.Execute _ "CREATE TABLE tblOutput(" & _ Field1 & " VARCHAR(1) NOT NULL," & _ Field2 & " VARCHAR(20) NOT NULL," & _ Field3 & " VARCHAR(20) NOT NULL)" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I detail Pivot Table data without creating a table (Excel2007) | Excel Discussion (Misc queries) | |||
How can I detail Pivot Table data without creating a table (Excel2007) | Excel Discussion (Misc queries) | |||
Creating pivot table from Access database | Excel Discussion (Misc queries) | |||
Creating spreadsheet from access query. | Excel Discussion (Misc queries) | |||
Creating Access DB | Excel Programming |