LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #7   Report Post  
David McRitchie
 
Posts: n/a
Default

Please stick to the question that was asked. Including another
unrelated question (lakhs) is confusing enough, but adding it after saying
you don't have the answer to the original question (the one that
matches the subject) is not helping you with any of your questions.

For the first question, I certainly have macros on the my page
that shows the pathname, filename, and sheetname, look again.
If you can't find it then show us exactly the format that you want
that information in and which footer.

Same for the range, please show the format you want the range
to show up as. You can use concatenation to show values.

For some help with Lakhs see my strings.htm and formula.htm pages.

---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Ajit Munj" wrote in message ...
Thanks David,
I run the macro but it shows only the filename as C:\My Documents\NEWS.xls
but does not show Sheet Name (Sheet1, Sheet2 etc.) The range I mean is not
cell value. I have given the range A1:E5 as salary, G1:I10 as Grades etc. Now
I want the range names Salary and Grades in the footer.

I also want to convert actual fig.(A1=457899356.5664, A2=7979464889.455669
etc) in Lakhs or crores or thousands at one go as well as separately. How can
I do this? Will Excel prompt me before converting actual figures into Lakhs
/ Crores / Thousands ? Does this require a macro?

Please help.

"David McRitchie" wrote:

Hi Ajit,
You also asked how to put a range name into the footer, and for that
you definitely need a macro. Though I'm not sure what you mean by
putting a range name in the footer -- will assume you mean the value
of a cell.

For the full pathname in the footer my own page is
. http://www.mvps.org/dmcritchie/excel/pathname.htm

you might add code for the value of a cell as follows
ActiveSheet.PageSetup.RightFooter = Range("A1").text
or for the value of a defined name as follows:
ActiveSheet.PageSetup.RightFooter = Range("mycell").text
for something with a format
ActiveSheet.PageSetup.RightFooter = Format(now(),"dd-mmm-yyyy")

.text is used instead of .value, since .text will include your cell formatting

You will have to run your macro before printing.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Ajit Munj" wrote in message ...
How can I put Range name & Full path of a file in footer?
--
Knowldege is Power






 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Recurring Problems with Links with Full Path Names JMcBeth Excel Discussion (Misc queries) 1 February 4th 05 10:11 PM
How to change the Excel Title Bar to show the full file path na... lmilkey8855 Excel Discussion (Misc queries) 2 January 6th 05 03:08 PM
Footer - FileName and Path bill_morgan_3333 Excel Discussion (Misc queries) 6 December 30th 04 01:47 AM
named range refers to: in a chart Spencer Hutton Excel Discussion (Misc queries) 1 December 14th 04 10:15 PM
Entering Path Name in Footer Emily Edgington Excel Worksheet Functions 2 November 9th 04 06:48 PM


All times are GMT +1. The time now is 04:27 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"