Private Sub Worksheet_Change(ByVal Target As Range)
Closed
sdfgh
-
Dec 7, 2016 at 08:25 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Dec 19, 2016 at 11:21 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Dec 19, 2016 at 11:21 AM
Related:
- Private Sub Worksheet_Change(ByVal Target As Range)
- How to make youtube channel private - Guide
- Gta san andreas pc lock on target - Guide
- Telegram video download private - Guide
- Opera private browsing android - Guide
- Apple airtag range - Guide
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Dec 19, 2016 at 11:21 AM
Dec 19, 2016 at 11:21 AM
Hi sdfgh,
The formula Vlookup needs a value to look up and not a formula.
Change
selectedValue = ActiveCell.Formula
into
selectedValue = ActiveCell.value
See if that will work.
Best regards,
Trowa
The formula Vlookup needs a value to look up and not a formula.
Change
selectedValue = ActiveCell.Formula
into
selectedValue = ActiveCell.value
See if that will work.
Best regards,
Trowa