Hey guys
I'm trying to convert excel file to pdf with specific page setup options (orientation and scaling).
I use this code, but it converts to pdf without paying attention to the options.
Dim wb as Object = GetWorkbook(handle, workbookname)
Dim exc...