Help with .Value

judgejustin

Board Regular
Joined
Mar 3, 2014
Messages
139
I have used .Value many times I can't figure out what I have done wrong here but it is not putting the value in. Below is my code. Also it's part of a larger code but nothing that should be interfearing with this. Any help???
Code:
Dim myValue As Variant
 myValue = InputBox("Enter Tax Roll Sequence Number")
Workbooks.Open Filename:=sPath & "Electronic CUS Appraisal Report TEMPLATE.xlsm", UpdateLinks:=True
 With Sheets("Parcel Specific Sheet").Range("B9").Value = myValue
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Get rid of the word "With"
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,694
Messages
6,126,251
Members
449,305
Latest member
Dalyb2

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top