Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Help ASAP myRange


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
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
NEED HELP ASAP PLEASE!! Dragon Blood Excel Discussion (Misc queries) 7 January 25th 08 03:58 PM
NEED HELP ASAP!! NEED HELP ASAP!! Excel Discussion (Misc queries) 4 February 8th 07 05:38 PM
Why Copy/Paste fails using Offset & Resize of myRange? [email protected] Excel Discussion (Misc queries) 3 November 21st 06 02:06 AM
I Need Help! Asap. kristyb New Users to Excel 6 August 10th 06 01:22 PM
Why doesn't "Workbook.Range("myrange").value" work? Brad Patterson Excel Programming 0 July 9th 03 01:24 AM


All times are GMT +1. The time now is 09:27 AM.

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"