M
mudraker
I have several Form Option buttons on a Excel 97 worksheet
I can get the desired results using this code
vAr = Worksheets("menu").optSourceInet.Value
Is their away of getting the same result using
set wsMenu = worksheets("Menu")
var = wsMenu.??????????.value
thanks
In Advance
I can get the desired results using this code
vAr = Worksheets("menu").optSourceInet.Value
Is their away of getting the same result using
set wsMenu = worksheets("Menu")
var = wsMenu.??????????.value
thanks
In Advance