How to make it password protected? I don't want to users manipulate the csv file. I use the code to make it as read only:
setattr fname, vbreadonly
But it's not secured enough. They could still make changes to it if they want.
Can I make changes to the following code on "fileauthority"...
the following code in my ebm file open up the window explorer :
function browse()
hWndCalc& = Shell("C:\WINDOWS\explorer.exe", 1)
end function
the problem is the user interface is gone after the window explorer get started. I want the users be able to get back to the user interface. I am...
How to tell option buton 4 is selected or not, the following code didn't work:
if mydialogbox.OptionButton4.selected =true then
msgbox "option button 4 selected ."
end if
I could open folders in outlook by using the following code :
Set thisApp = CreateObject("Outlook.Application")
Set thisNameSpace = thisApp.GetNamespace("MAPI")
Set thisFolder = thisNameSpace.Folders("Personal Folders")
Set theseItems = thisFolder.Items
these code doesn't work for Inbox. Do...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.