Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 08-06-2017, 10:16 AM
DIMI DIMI is offline Does not transfer the words on storage and printing Windows 7 32bit Does not transfer the words on storage and printing Office 2007
Advanced Beginner
Does not transfer the words on storage and printing
 
Join Date: Aug 2017
Posts: 37
DIMI is on a distinguished road
Default Does not transfer the words on storage and printing

Good afternoon,
I am stuck in the following, I try to make excel with vba online invoicing. I have configured to convert the numeric amount into words, to print it and save it in excel format on the computer. But when I print it does not display the word (# name?) And when I go to open the saved I noticed that it does not hold the function that converts it to the letter and I will have to define it again. There is a way to keep it in both the original form and the saved archive. I attach part of the code to you.
Thank you.

Sub NextInvoice()
Range("I5").Value = Range("I5").Value + 1
Range("G26").Value = Range("G34")
Range("G30").Value = Range("G34")
Range("G31").MergeArea.ClearContents
Range("G34").MergeArea.ClearContents
Range("G38").MergeArea.ClearContents
Range("G34").Formula = "=G30-G31"

End Sub



Sub SaveInvWithNewName()
Dim NewFN As Variant
ActiveSheet.Copy


NewFN = "C:\invoice\" & Range("I5").Value & Range("H5").Value & Range("I49").Value & Range("F16").Value & ".xlsm"
ActiveSheet.SaveAs NewFN, FileFormat:=xlOpenXMLWorkbookMacroEnabled
Application.DisplayAlerts = True
ActiveWorkbook.PrintOut copies:=2
ActiveWorkbook.Close SaveChanges:=False
NextInvoice
End Sub
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Self Created OneNote page drops words when printing AR_RonK OneNote 4 03-14-2018 08:12 AM
Does not transfer the words on storage and printing Printing AutoCorrect words list. TDeVore Word 1 01-18-2017 09:06 PM
Does not transfer the words on storage and printing Spaces between words when printing Captain Word 2 06-24-2016 09:10 AM
Outlook Storage dpslusser Outlook 1 08-23-2012 11:48 AM
email storage by job sgk18 Outlook 0 03-26-2012 06:23 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 09:04 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft