Hi,
I would need some help/ideas how I can achieve the following - I would like to create a shared network printer on a domain print server that prints the job into a ps file in a specific folder on the server. How can this be achieved?
Thanks,
GP
Hi,
I would need some help/ideas how I can achieve the following - I would like to create a shared network printer on a domain print server that prints the job into a ps file in a specific folder on the server. How can this be achieved?
Thanks,
GP
Heidi, Which value do you try to search for with vlookup - what should the particular cell in column P have as an example - a value like "$A$1" or the value of the cell A1?
Gop
No problem - It is easy to unprotect and protect it again, but if the code (which is in the original file much bigger than in the example above) for whatever reason would raise an error the worksheet would be completely unprotected and I can't have that...
It's still a workaround but that would work. I'm still not sure if it's a bug or not. The MS docu says clearly:
When you use the Protect method with UserInterfaceOnly argument set to True (UserInterfaceOnly=True), you protect the user interface but not macros. If this argument is omitted...
Skip,
You are not as clever as you think. I would call your last message a workaround, but not the answer to the problem. Based on the docu VBA code should still be able to modify charts and cells when a sheet is protected with the option UserInterfaceOnly:=True. It works for Cells, but I...
If I would know that I would have solved the problem.
I tried the following test:
- The sheet is unprotected
- I run the sub xy1- which worked fine:
Sub xy1()
With ActiveSheet.ChartObjects(1).Chart
For Each x In .SeriesCollection
x.Delete
Next x
End With
End Sub
- I re-added...
hm, that would work, but I would rather like to use your idea but the other way round. Basically to have the selectable cells unlocked and to deny the user from selecting locked cells. if a user tries to change a cell to deny that by modifying the event methode in a similiar way to...
can you please specify what you mean with that question. I don't want to give a stupid answer like: to protect the sheet/to disable users to edit cells and charts.
Sorry, it was my fault. I left some quite important information out. the point is that the biggest part of the sheet should not be selectable - that part is locked. The part that is not locked should be selectable, but still not editable. To achieve the selection-bit I used the...
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.