LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 26
Default Simple Help ASAP macro to fill range...

I know this is probably very simple but I've been banging my head against the
wall with this last minute, tight deadlined project that I'm just not
thinking straight anymore. I need to fill a range of decending cells with a
very particular patern...

By manually filling a few and recording the macro I think you can see what
I'm trying to accomplish...

ActiveCell.FormulaR1C1 = "R4C3"
Range("B9").Select
ActiveCell.FormulaR1C1 = "R4C4"
Range("B10").Select
ActiveCell.FormulaR1C1 = "R4C5"
Range("B11").Select
ActiveCell.FormulaR1C1 = "R5C3"
Range("B12").Select
ActiveCell.FormulaR1C1 = "R5C4"
Range("B13").Select
ActiveCell.FormulaR1C1 = "R5C5"
Range("B14").Select

Each series is three cells ahs has to read like above with R# having a
sequential numberical value that steps after thre instances and the C3, C4,
C5 continually repeating itself. It does not have to run to the bottom of the
sheet only to row 736 and specifically in Column B beginning at row 2.

Like I said I'm sure this is not a difficult macro to generate properly but
my brain matter walked off for lunch about an hour ago. Anyone who can help
please please do. I hate to sound desperate but I'm beginning to feel that
way and I refuse to manually enter this when I know there is a better way.

Thank you thank you thank you!!!
 
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
Am confused about a simple data layout- need help asap! waldetta Charts and Charting in Excel 1 February 24th 10 11:11 PM
How can I save the formulas when running a macro? Need ASAP!! MLP Excel Discussion (Misc queries) 2 November 14th 06 07:50 PM
auto fill simple data kevatt[_11_] Excel Programming 4 February 15th 06 08:28 AM
Simple question - Named Range in Macro wammer[_6_] Excel Programming 1 August 25th 04 12:39 AM
Add a form onto a macro - Need help ASAP TMO Excel Programming 2 December 13th 03 05:10 PM


All times are GMT +1. The time now is 07:49 AM.

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

About Us

"It's about Microsoft Excel"