Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lube8
  • Order by date
  1. lube8

    Formatting Page Setup with Multiple Worksheets and Multiple Workbooks

    Sorry Geoff, Tony and your help has been greatly appreciated. I have been able to implement much of the formatting with the exception of the zoom feature for each tab. I think each sheet needs to become active in order for the excel's worksheet zoom to be modified. I got the margins to...
  2. lube8

    Formatting Page Setup with Multiple Worksheets and Multiple Workbooks

    Tony, I know this code works ... I don't know how to implement the page setup formatting from within this code. Do you know how to include any formatting for the page setup of each worksheet within the module I have included?
  3. lube8

    Formatting Page Setup with Multiple Worksheets and Multiple Workbooks

    Tony, I am having a tough time with the objects and assigning them to make your code work or the code I have already tried. Here is my existing code: Dim frmtpath As String frmtpath = "D:\Documents and Settings\stl1cjl\My Documents\dbExtracts\300001.XLS" Dim objexcelapp As New...
  4. lube8

    Formatting Page Setup with Multiple Worksheets and Multiple Workbooks

    I have several workbooks with several worksheets and each workbook contains a different number of worksheets. I am having a tough time getting the code to format for each sheet within the workbook. I am trying to change margins, make orientation to landscape, repeat top row, and either fit to...
  5. lube8

    Open Existing Excel Workbooks from Access module

    I cannot get the formatting to work for more than one worksheet. I have several workbooks with several worksheets and each workbook contains a different number of worksheets. I see the code either running away (only formatting the first sheet) or giving me errors with object definition ...
  6. lube8

    Open Existing Excel Workbooks from Access module

    This worked great ... the New Excel.Application object does sound somewhat familiar when I put it in use. Thank you very much ... it has been a great help. The only finishing touches I have is trying to format the pages for each sheet within each workbook. Do you have a simple procedure for...
  7. lube8

    Open Existing Excel Workbooks from Access module

    xlbo, I will dim the objExcelApp As New Excel.Application tommorrow. I have not tried this yet. I cannot format first because the workbooks and worksheets are generated through an access module and created tables that get transferred to excel with filenames created by records within tables...
  8. lube8

    Open Existing Excel Workbooks from Access module

    I am having the toughest time opening existing workbooks in excel from within an access module. I can open a new workbook but I cannot open an existing workbook. I am trying to apply formatting to several worksheets within several workbooks. My original vba code to transfer data to multiple...
  9. lube8

    How to format range of data in Excel workbooks from Access

    My original vba code to transfer data to multiple sheets is a loop (transferspreadsheet procedure within Access module). Do I need to write code in my Access module to open each excel workbook and apply this formatting to each worksheet? ... Or can this formatting occur without me opening...
  10. lube8

    How to format range of data in Excel workbooks from Access

    Hello, I have some existing excel files that are generated from Access. How would I go about formatting the worksheets of these workbooks based on a string that appears in a row? For example, I would like to have the range of cells (A:G) for each worksheet in each workbook, highlighted in...
  11. lube8

    VB text string = Retrieved records from table within access

    What is the VB code for retrieving and looping records from an existing table. I have a table with 25 records and I have some VB code already set up to export my data to excel by a string (I have dim'd) I manually enter into my module. I would like the string to retrieve each record in an...

Part and Inventory Search

Back
Top