Toby Allen

Results 34 comments of Toby Allen

Thank you. Can you please run it again with -v at the end for verbose logout put and post the entire log Do you mean that you have the file...

Sorry I got confused, -v will not work , you must us -L 10 This will do verbose logging

Thanks for taking the time to log the request. I'll look at it. If you found the VBA method to make this happen it would speed up progress.

Seems by selecting the sheet first you can output only that sheet ```` Sheets("Sheet1").Select ActiveWorkbook.Save ActiveWorkbook.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _ "C:\Users\tobyl\OneDrive\Book sdfasf1.pdf", Quality:=xlQualityStandard, _ IncludeDocProperties:=True, IgnorePrintAreas:=False, OpenAfterPublish:= _ True ```` I'll...

Thanks for the issue @jsangrador If I get you right you would like to open each file in a dir tree modify the view only setting of the file and...

It is an interesting idea though so I'll look into it when i get a moment

@jsangrador I'm not sure I understand the exact setting you are asking for. Could you let me know what you do to set this value manually, or if you have...

I've recorded a macro for this to look ar the code that is used ```` Sub protect() ' ' protect Macro ' ' ActiveSheet.protect DrawingObjects:=True, Contents:=True, Scenarios:=True _ , AllowFormattingCells:=True,...

@sunnywalker Is there some changes I should make to this pull request for it to be merged?