Is there a way to post an excel file on a web site so the users can open and enter info in the file, but not save or download it.
Alternatively, should I disable the "Save" command within excel through VBA? If so, how is this done? This will get around the issue of saving. In a...
Is there a way to post an excel file on a web site so the users can open the file, (do their stuff), but not save or download it.
I want the users to be able to see and enter info, but not save or download.
thanks
In Excel, I have a selection of 4 radio buttons. When I click one of the 4 buttons, I am trying to find and store a value that the radio button has been selected, but once the subroutine has ended the value of the variables is reset. How can I keep the value of the variable, is there a better...
If I have 2 macros, TEST and TEST2, how can I call TEST2 from within the first macro TEST?
Sub TEST()
ActiveCell.FormulaR1C1 = "SAY HELLO"
Range("A2").Select
End Sub
Sub TEST2()
ActiveCell.FormulaR1C1 = "SAY GOODBYE"
Range("A3").Select...
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.