Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Report Generation

Greetings,

I use Excel to create reports. I use Excel names,
references, VBA and controls extensively to generate the
reports. I have an Excel workbook which contains the
basic report. Additional forms are contained in separate
Excel workbooks. When I create a report, I copy the
needed forms from other Excel workbooks into my basic
report workbook. I am running Excel 2003, MS XP Pro.

The process works, but I would like to make it more user
friendly and automated. I would appreciate any utilities
and/or code that does the following. Any suggestions are
also welcome.

The following utilities are needed, I anticipate they
will be invoked from my base report workbook:

- File selector. From Excel, select a "File Selector"
control button which invokes a File Selector dialog box.
The user selects which form(s) (ie workbooks) will be
copied to the base report.

- Worksheet copy. Copy the worksheets from the selected
workbook and insert them into the base report workbook,
preferably after a specified worksheet.

- Remove local Name references. After I import the
worksheet, I currently use the NameManager to remove the
local name references contained in the imported worksheet
(s). When the local names are removed, the workbook
global names are used, which is what I want. I've tried
to remove the local names when I create the form
worksheet, but have not been able to do so.

Any and all suggestions appreciated.

muchas gracias.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Report Generation

for number one

fName = Application.GetOpenFileName()

See help on GetOpenfileName in Excel VBA help.

--
Regards,
Tom Ogilvy

Alan wrote in message
...
Greetings,

I use Excel to create reports. I use Excel names,
references, VBA and controls extensively to generate the
reports. I have an Excel workbook which contains the
basic report. Additional forms are contained in separate
Excel workbooks. When I create a report, I copy the
needed forms from other Excel workbooks into my basic
report workbook. I am running Excel 2003, MS XP Pro.

The process works, but I would like to make it more user
friendly and automated. I would appreciate any utilities
and/or code that does the following. Any suggestions are
also welcome.

The following utilities are needed, I anticipate they
will be invoked from my base report workbook:

- File selector. From Excel, select a "File Selector"
control button which invokes a File Selector dialog box.
The user selects which form(s) (ie workbooks) will be
copied to the base report.

- Worksheet copy. Copy the worksheets from the selected
workbook and insert them into the base report workbook,
preferably after a specified worksheet.

- Remove local Name references. After I import the
worksheet, I currently use the NameManager to remove the
local name references contained in the imported worksheet
(s). When the local names are removed, the workbook
global names are used, which is what I want. I've tried
to remove the local names when I create the form
worksheet, but have not been able to do so.

Any and all suggestions appreciated.

muchas gracias.



Reply
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
Date Generation Amanda Excel Worksheet Functions 4 June 4th 07 09:25 PM
Key Generation Sri Excel Discussion (Misc queries) 1 March 9th 07 03:53 PM
Automate Excel report to place certain data into existing report? Craig Harrison Excel Worksheet Functions 3 July 25th 06 01:54 PM
email generation Mir Khan Excel Discussion (Misc queries) 1 September 23rd 05 09:10 PM
Random Name Generation pkbro Excel Worksheet Functions 1 June 21st 05 02:03 AM


All times are GMT +1. The time now is 02:40 PM.

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

About Us

"It's about Microsoft Excel"