![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
In the code below I need to make For all you needs - contact Brian" red and bold also I need to link it to a html page - please help
Sub Insert10() ' ' Insert10 Macro ' Macro recorded 3/9/2002 by David Lisowski ' ' Keyboard Shortcut: Ctrl+i ' Position = 10 Count = 0 RangeString = "A0" Do While Count < 100 RangeString = "A" & Position Range(RangeString).Select Application.CutCopyMode = False Selection.EntireRow.Insert ActiveCell.FormulaR1C1 = "For all you needs - contact Brian" Position = Position + 10 Count = Count + 1 Loop End Sub |
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Winnipeg
Posts: 2,330
|
Quote:
Regards,
__________________
Barrie Davidson "You're only given a little spark of madness. You mustn't lose it." - Robin Williams |
|
|
|
|
|
|
#3 |
|
Legend
Join Date: Feb 2002
Location: Minneapolis, Mn, USA
Posts: 9,704
|
Answered in the other post...Nice Barrie. Hey, Anon, if you post this a few more times, maybe we can get more people to try and help solve this quandary.
Cheers, Nate [ This Message was edited by: NateO on 2002-03-11 17:36 ] |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|