Hi all,
Can someone help with my code below? I cannot work out why it's not working? The line in bold is highlighted by the debugger.
Sub Macro10()
'
' Macro10 Macro
'
'
Dim myValue As Variant
myValue = InputBox("Enter the confirmed start date below", "Start Date Confirmation")...