Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Can someone assist with the correct structure for the following: Dim The_Sheet As ?????????????? Dim The_Range As Range The_Sheet = Sheets("Data") The_Range = .Range("A1") Application.Goto Sheets("Data").Range("A1") & Sheets("Data").Range("A1").Offset(0, col).Value = MyDatabase.Fields (col).Name I want to replace the code 'Sheets("Data").Range("A1")' with the variables. Andrew 150208 -- Andrew |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula structure | Excel Worksheet Functions | |||
vba structure | Excel Programming | |||
Help with formula structure | Excel Discussion (Misc queries) | |||
if structure help | Excel Programming | |||
Structure of If...Else in VBA | Excel Programming |