ipbr21054
Well-known Member
- Joined
- Nov 16, 2010
- Messages
- 5,699
- Office Version
- 2007
- Platform
- Windows
Hi,
Im using the code below to open another workbook sheet then have the cell B51 selected but getting a compile error
Just using the FollowHyperlink line of code works fine but then im unable to select the cell in question
Im using the code below to open another workbook sheet then have the cell B51 selected but getting a compile error
Just using the FollowHyperlink line of code works fine but then im unable to select the cell in question
Rich (BB code):
Private Sub KDX2Folder_Click()
ActiveWorkbook.FollowHyperlink ("C:\Users\Ian\Desktop\REMOTES ETC\DR\EXCEL WORKSHEETS\CLONING-KDX2.xlsm")
With ("KDX2LIST")
Range("b51").Select
End With
End Sub