Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() not field name but field caption. the following bellow source is the making the field name. i want to make the caption name. Set db = OpenDatabase("c:\xy\aaa.mdb") Set tbl = db.CreateTableDef(tblName) With tbl .Fields.Append .CreateField(Sheets(1).Cells(1, 1).Value, dbDate) End With *** Sent via Developersdex http://www.developersdex.com *** |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Changing a field setting in a pivot table | Excel Discussion (Misc queries) | |||
Setting default pivot table field setting to "sum" | Excel Discussion (Misc queries) | |||
Setting pivot table field (current page) to a chosen value | Excel Programming | |||
Setting Pivot Table Page Field Names using VBA | Excel Programming | |||
Setting Pivot Table Page Field Names using VBA | Excel Programming |