For some reason my inputboxes are being ignored by VB. I step over the code and the inputbox line is executed but it never appears on the computer screen. Code is
Dim response as string
response = InputBox("<some string>"
Does anyone know why this occurs?
Dim response as string
response = InputBox("<some string>"
Does anyone know why this occurs?