Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using Excel '97.
What I need to do is take several numbers from the spreadsheet and stuff them into the left footer in the Excel footnote with formatting of #,##0.00 for each number. Given these variable values : 66,000.00 190,575.37 1,987,082.34 387,082.34 I need to create a string that will read out as: T: 66,000.00 GA: 190,575.37 GS: 1,987,082.34 7P: 387,082.34 With ActiveSheet.PageSetup .LeftFooter = "&8Date Prepared: &D&T" & Chr(10) & the string above End With What I'm striggling with is how to format the numbers inside the string. Is there a function I'm missing that solves my problem? How can I do this? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
TO DELETE ONLY NUMERIC VALUES IN A CHARACTER AND NUMERIC CELL IN | Excel Discussion (Misc queries) | |||
How to automate datasheet stuffing? | Excel Worksheet Functions | |||
Return Numeric Labels that have different Numeric Values | Excel Worksheet Functions | |||
Stuffing a picture into a header | Excel Programming | |||
how to sum numeric values of column (variable length) in 1st available blank cell | Excel Programming |