I know you can get cell information and have it as the header and footer via vba
But what I am after is the opposite, I have a worksheet that is generated via a program and most of the information is stored in the header and footer (date, time, report name etc etc) and I need to work with the header information to call the file when a user wants to save it as a PDF
Was wondering if it is possible if there is a way extract the information in the header that is already on the worksheet in a cell or be able to save the workbook as .leftheader.value kinda like the way u would use range(“c1”).value during the save as vba
But what I am after is the opposite, I have a worksheet that is generated via a program and most of the information is stored in the header and footer (date, time, report name etc etc) and I need to work with the header information to call the file when a user wants to save it as a PDF
Was wondering if it is possible if there is a way extract the information in the header that is already on the worksheet in a cell or be able to save the workbook as .leftheader.value kinda like the way u would use range(“c1”).value during the save as vba