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 bkrike 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: RSJohnson
  • Content: Threads
  • Order by date
  1. RSJohnson

    VBA Excel: Don't Kknow right syntax to Set a variable's value

    I am matching data in cells on different worksheets in the same workbook. When the data matches I copy some data from sheet 1 to sheet 2. If they do not match I insert a string where the data would have gone on sheet 2. In many cases there will be multiple records with the same unmatchable data...
  2. RSJohnson

    Excel 2k-MS Query Can't fix "No visible tables..." error.

    I am trying to create my first query using MS Query. I can not understand the instructions in Excel Helpnor can I find an explaination of this error. Can someone tell do 1, do 2, do 3, etc. or point me to simple non-Microsoft speak instructions for using MS Query.
  3. RSJohnson

    Loop Stops before reaching EOF

    My Do loop will stop at a row as it is iterating through an Excel worksheet for no apparent reason. There is nothing unusual about the row where processing stops. If I delete the row and restart the processing the code will go pass the point where it stopped. It will eventually reach another...
  4. RSJohnson

    Can't fix "Method Range of Object"_Global Failure.

    I am trying to define where data copied from one worksheet should be placed on another. I am able to set all other variables except this one. The variable is dimensioned only in the sub where it is located. As I F8 through the sub I get a Runtime error 1004;: Method ‘Range of Object’_Global...
  5. RSJohnson

    Can't cause of Method 'Range of Object"_Global failed.

    I am trying to define where data copied from one worksheet should be placed on another. I am able to set all other variables except this one. The variable is dimensioned only in the sub where it is located. As I F8 through the sub I get a Runtime error 1004;: Method ‘Range of Object’_Global...
  6. RSJohnson

    VBA Excel: How do I resume matching data at a specific location

    I have two worksheets populated with data from different sources. They contain a common data element and the does not occur more than once in each table. There may be omissions. I compare the elements and when they match I copy some data from the first spreadsheet to the second. When they don’t...
  7. RSJohnson

    VBA:Excel removing subtotal buttons

    I have to create a lot of budget spreadsheets with three levels of subtotals. The final products cannot have the buttons in the left margin that allow you to expand and contract levels. Is there a way to remove these buttons either with code or some other way?
  8. RSJohnson

    Problem with a Do Loop

    I am trying to loop through a worksheet and calculate four (4) percentages. At the end of each loop I need to move to the next row and do the same calculations for the new row and so on. I assume that if the myRange is assigned a new value (for the next range) no changes to the functions that do...
  9. RSJohnson

    How can I keep data on form after saving a record?

    I have a 5-page tabbed Access form. Except for one, all the controls on the form are bound to fields in the table that the form is associated with. Currently when a record is saved, all the fields on all the tabs are cleared. To reduce the user’s data entry I would like to have all the data on...

Part and Inventory Search

Back
Top