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: *

  1. TheMus

    Export Filename More Than 1 Period

    thanks for the input!
  2. TheMus

    Export Filename More Than 1 Period

    i'm trying to export a file thru access vba with a filename that has more than one period (".") in it. the filename is omtctr_brc.mth.20060401.gz i can't find anything on this subject. is there anyway to do this in access? thanks, rus
  3. TheMus

    Storing Variables From Open Rst

    Thank you much Dave. I appreciate your help. Rus
  4. TheMus

    Storing Variables From Open Rst

    I'm trying to figure out how the recordset object works. How do you read through a recordset and capture variables? I have the rst open but I can't get anything to display. Dim rstTemp As DAO.Recordset Set rstTemp = CurrentDb.OpenRecordset("SELECT * FROM Agent WHERE [SITE]='GGTF'")...
  5. TheMus

    Converting From FAT To NTFS

    Thank you.
  6. TheMus

    Converting From FAT To NTFS

    I'm trying to share a folder on the hard drive but the option is not available. I think it's the FAT file system that is preventing this. Is there a way to convert a FAT file system to NTFS without losing any software already installed? Thanks, Rus
  7. TheMus

    Disabling Workbook/Sheet Protection Via Code

    Thanks for sharing your knowledge!
  8. TheMus

    Disabling Workbook/Sheet Protection Via Code

    There is a workbook that has an auto_open macro that updates and calculates. The workbook sheets want to be password protected after the auto_open macro updates and calculates. Is there a VBA statement that will disable password protection at the start of the code and then enable just before...
  9. TheMus

    Trying To Calculate YTD Percentage

    Kevin, The code is running through the process but it doesn't like to add up the values of the cells when they are formatted to percentages. How can I get the code to accept the percentages? Rus
  10. TheMus

    Trying To Calculate YTD Percentage

    Thanks for sharing your expertise Kevin. It's right on the money. Rus
  11. TheMus

    Trying To Calculate YTD Percentage

    Hello, I'm trying to setup code that will, when a spreadsheet is opened, go thru 12 sheets, specific cell ranges, find the number of cells that are not blank in the cell range and store that value in a variable. From the stored variable, I'll be able to determine how many I should divide by in...
  12. TheMus

    Format Of Linked Cells From Another Worksheet

    Hello, I'm trying to retain the "Wrap Text" cell format when I link a cell to another worksheet but it's not working. Both cells, the source cell and the linked cell, are formatted with wrap text. Any ideas how I can retain the format from the source cell to the linked cell...
  13. TheMus

    Disabling Save Prompt In SaveAs Command

    A.C, you are right on the $$! Thanks for the help.
  14. TheMus

    Disabling Save Prompt In SaveAs Command

    Hello, I'm trying to save a spreadsheet on a shared drive and also on my hard drive. The shared drive file is saved using the "Save" command, but when I'm saving the hard drive file I'm using the "SaveAs" command. How can I disable the Save Prompt via my code? Here is the...
  15. TheMus

    Coding To Populate Cells Based On Date

    Chance, I'll need some direction on how to give you a star.
  16. TheMus

    Coding To Populate Cells Based On Date

    Chance you're great, it works! Skip thanks for your response.
  17. TheMus

    Coding To Populate Cells Based On Date

    Thanks Chance...I'm on my way. How would I paste the value from another spreadsheet (file "1gar.xls" Cell "B2" and "B9") to the Var.Column& and a specific Row in the master (file "Interim_Data")? The column will change each day based on the date but...
  18. TheMus

    Coding To Populate Cells Based On Date

    Hello, I've got a spreadsheet with dates across the top (03/01...03/30) and each day I pull data to the hard drive that I want to populate in the right cells according to the date. I recorded a macro that opens the data files, the master sheet and transfers the data from the data files to...
  19. TheMus

    Setting Default Export Directory

    When I click to export/save a report the default directory is the C:\TEMP directory. How can I change this so that the default is C:\My Documents? Also, do you know of a way to have a scheduled report automatically export a file with a "hard coded" file name? Thanks, Rus
  20. TheMus

    Methods Of Uploading Data to Oracle Tables

    I'm using sqlldr80 to import records into an Oracle table. Is there another method of getting the records into the table? Thanks in advance, Rus

Part and Inventory Search

Back
Top