Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi Dave, thanks for the help. I just came up with this: Dim r As Integer Dim c As Integer r = Range("BJ3").Value c = Range("BJ4").Value Range("C4").Select Range(Selection, ActiveCell.Offset(r - 1, c - 1)).Select but I think I will go with what you gave me...thanks again! Regards Jean-Guy -- pinmaster ------------------------------------------------------------------------ pinmaster's Profile: http://www.excelforum.com/member.php...fo&userid=6261 View this thread: http://www.excelforum.com/showthread...hreadid=515148 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Add "left align across selection" cell formatting | Excel Worksheet Functions | |||
Insert Picture from dropdown selection | New Users to Excel | |||
Selection mode problem | New Users to Excel | |||
Max Value in a column exclude selection - Excel VBA | Excel Discussion (Misc queries) | |||
Cell Selection after "Enter" | Excel Discussion (Misc queries) |