Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Here's my code Range("A10").Select ActiveCell.Offset(NStreets + 3, 19).Select 'SHADING HEADING RED Set Myrange = Range("*ActiveCell.location*:" Range("*ActiveCell.location*").Offset(0, 5).Address) With Selection.Interior .ColorIndex = 9 .Pattern = xlSolid .PatternColorIndex = xlAutomatic End With I need to get to row X but X is based on "A10" + NStreets (unkown rows + 3. Where I've set the text as bold I need place what X is based o because I don't have a starting cell. Instead of a starting cell need to input A10 + NStreets + 3. Help... -- VB ----------------------------------------------------------------------- VBA's Profile: http://www.excelforum.com/member.php...fo&userid=1649 View this thread: http://www.excelforum.com/showthread.php?threadid=27878 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
NEED HELP ASAP PLEASE!! | Excel Discussion (Misc queries) | |||
NEED HELP ASAP!! | Excel Discussion (Misc queries) | |||
Why Copy/Paste fails using Offset & Resize of myRange? | Excel Discussion (Misc queries) | |||
I Need Help! Asap. | New Users to Excel | |||
Why doesn't "Workbook.Range("myrange").value" work? | Excel Programming |