Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a spreadsheet that I need to populate 3 columns: Sales, ShipTo/BillTo
and Product. What I would like to do is to create a macro that will populate the columns based on the values I specify. Thanks -- Bob |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Fri, 6 Feb 2009 20:36:45 -0800, Bob
wrote: I have a spreadsheet that I need to populate 3 columns: Sales, ShipTo/BillTo and Product. What I would like to do is to create a macro that will populate the columns based on the values I specify. This populates a cell. With Worksheets("YourSheetName") ..Cells(row,Column) = Your Data End With But how you call that and assign 'Your Data' requires more overview. Cheers - Kirk |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I get criteria from columns to populate down? | Excel Discussion (Misc queries) | |||
Data Source, auto populate rows and columns | Excel Programming | |||
Populate multiple columns | Excel Worksheet Functions | |||
Populate columns in one column one after one | Excel Programming | |||
Populate 2-column ListBox with 2 non-contiguous columns | Excel Programming |