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 Chriss Miller 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: DougTucker
  • Content: Threads
  • Order by date
  1. DougTucker

    Calling Same Function Simultaneously from Access macro

    I have an MS Access macro that calls a VBA function several times in a row and I'm getting incorrect data in some of the fields. I suspect that the function is collecting the results for the first call, then the function is being called again, and might be sending back the results from the 2nd...
  2. DougTucker

    Function to count values from one range if value exists in other range

    Hi All: I'm working on an Excel spreadsheet where I need to compute values in several hundred cells, and the formula will vary depending on the values in the first few columns. I think the best way to accomplish this is through a formula that would spin through each range. Here's the general...
  3. DougTucker

    Import CSV to New Excel Worksheet (QueryTables)

    I need help on a "QueryTables" module that prompts the user for a .csv file name, then imports it into the current worksheet. The file will be ";" (semicolon) delimited. I've created the basic code using the RecordMacro feature, but I can't get it to work with the prompt for a file name...
  4. DougTucker

    How to Suppress Hidden Form Fields in Excel When Printing

    I have an Excel workbook with a combo box to choose a value. The form triggers VBA to selectively hide or display certain rows that apply to the selection (the rows contain groups of check-boxes that are also hidden with the rows). This works fine on the screen, but as soon as I print the...
  5. DougTucker

    Function with Variable Column: Item not found in this collection

    The following code is producing the error "Run time error 3265, Item not found in this collection". The comments sum up what the code is intended to do. It produces the error when I pass the value through the function using the function RowsToColumns("Free Format Instructions"), and the...
  6. DougTucker

    Using Relative File Paths in Database

    I need help changing hard-coded file paths to relative paths so my MS Access database will work on other networks or on a local PC. Please let me know if there’s a different forum where this should be posted (it’s specific to MS Access, but not particularly a VBA issue). Here’s what I have...
  7. DougTucker

    Retrieve Prior Non-Null Value from Table

    I'm manipulating a data extract that defines each new customer record in a header row, but doesn't attach the customer name to each record. I need to create a key lookup table by populating a "customer name" value for every row in the customer record until another customer name (header)...
  8. DougTucker

    Separating Text Field into Columns at Line Break

    I need your help to automate the process to break a text field in MS Access(with multiple lines separated with the line break character) into separate columns. I've struggled for several days and have seen various code samples using the "Split" function, but nothing that exactly works. Here's...

Part and Inventory Search

Back
Top