Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Bob is offline
external usenet poster
 
Posts: 972
Default Macro To Populate Columns

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 166
Default Macro To Populate Columns

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I get criteria from columns to populate down? Charles Stover[_2_] Excel Discussion (Misc queries) 4 March 7th 09 09:16 PM
Data Source, auto populate rows and columns Khoe Excel Programming 1 May 23rd 08 07:12 PM
Populate multiple columns nick Excel Worksheet Functions 0 October 10th 05 06:42 PM
Populate columns in one column one after one ilyaskazi[_64_] Excel Programming 6 September 2nd 05 02:06 PM
Populate 2-column ListBox with 2 non-contiguous columns Paul Martin Excel Programming 2 December 8th 04 01:45 AM


All times are GMT +1. The time now is 11:48 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"