dwg83
Board Regular
- Joined
- Nov 8, 2006
- Messages
- 174
I am hoping someone can help me identify what is wrong with using this line in my code:
FrontPage.Range(Cells(UtilityRow, 50), Cells(UtilityRow, 64)).Select
FrontPage is defined as a worksheet
UtilityRow is defined as an integer defining which row my utility is on
Thanks!
David
FrontPage.Range(Cells(UtilityRow, 50), Cells(UtilityRow, 64)).Select
FrontPage is defined as a worksheet
UtilityRow is defined as an integer defining which row my utility is on
Thanks!
David