Thread
:
if internet on then ... else ...
View Single Post
#
1
Posted to microsoft.public.excel.programming
pswanie
external usenet poster
Posts: 247
if internet on then ... else ...
how would i do this? we use always on adsl but will use this on a few
computers with out internet connection
workbook_open
if internet = on
then
run userform1
else
run userform4
end if
end sub
Reply With Quote
pswanie
View Public Profile
Find all posts by pswanie