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 Contributor Last seen December 27, 2022 - Dec 19, 2016 at 11:21 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Contributor Last seen December 27, 2022 - Dec 19, 2016 at 11:21 AM
Related:
- Private Sub Worksheet_Change(ByVal Target As Range)
- Gta san andreas how to lock on target pc - Guide
- How to increase wifi range from router settings - Guide
- Apple airtags range - Guide
- Karbikes electric bike range - Home - Apps & Sites
- The target of the symbolic link does not exist ✓ - Viruses & Security Forum
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Contributor
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