savePDF excel sheet

Code Sub SavePDF() Dim saveLocation As String Dim rng As Range saveLocation = Range("g5").Value & ".pdf" Set rng = Sheets("INVOICE").Range("A1:H30") rng.ExportAsFixedFormat Type:=xlTypePDF, Filename:=saveLocation ActiveSheet.PrintOut preview:=True Range("g5").Value = Range("g5").Value + 1…

0 Comments

Class 10 AI Sample Paper 2024-25 💥

S.No.Sample PapersSample Paper 1Download PDFSample Paper 2Download PDFSample Paper 3Download PDFSample Paper 4Download PDFSample Paper 5Download PDFSample Paper 6Download PDFSample Paper 7Updating SoonSample Paper 8Updating SoonSample Paper 9Updating Soon

0 Comments

AI Class 10 Question Answer

Q6. Explain the importance of empathy in workplace communication.Q7. List two strategies for managing digital distractions while working.Q8. What role does market research play in entrepreneurship?Q9. Explain the concept of…

0 Comments

C++ Assignments

Que1. What is C++? Differentiate OOPs and POPs. C++ is an object-oriented programming language developed by Bjarne Stroustrup as an extension of C language. Differences between OOPs and POPs: OOPs…

2 Comments