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 John Tel 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: rabley
  • Content: Threads
  • Order by date
  1. rabley

    Too many characters in Excel cell won't copy over

    I need to include a macro in my spreadsheet that will take a directory of files and combine them into a single specific sheet in my spreadsheet. I found code here(http://www.rondebruin.nl/fso.htm) that I could tweak for my specific purposes, and it works in most cases. After a few test runs...
  2. rabley

    Worksheet_Change Event after Pasting Entire Rows

    I'm working with the Worksheet_Change event for the first time. It works fine when individual cells are changed, recalculating all my relevant columns. Unfortunately, copy/pasting or deleting entire rows of cells will call the subroutine so many times that everything slows down to a crawl. I...
  3. rabley

    'Last Updated' Worksheet_Change event disables Undo

    I’m trying to add a “Last Time Updated” column to my spreadsheet of product information. I got it to work (it updates Cell BQ every time any cell in that row is changed), but it has “broken” the Undo function in Excel. I just get an error beep and nothing is undone. If I can’t fix that, I’ll...
  4. rabley

    How can I Pass an Array Argument On User Click?

    I have a spreadsheet of product info including two columns – “Color” and “Color Family.” The Color column is for specific (sometimes odd) color names like “Starry Night.” The Color Family column is supposed to clarify that the Color actually is for search purposes (e.g. “Silver”). I’m trying...
  5. rabley

    Global variable reset between subroutine calls

    I’m completely stuck on this one! I’m programming an entry form for entering product information into an Excel spreadsheet. Until recently, my “Undo” button worked just fine. Now, it’s stopped working and I haven’t specifically been testing it on every save, so I don’t know which changes I...
  6. rabley

    Checkbox with "true" value not appearing checked

    I have been teaching myself VBA to create a data entry form for entering my company's products into a spreadsheet. The form includes 30 textboxes where the user can enter the specific brand’s possible colors, and a checkbox for each to indicate whether that color should be used for a specific...

Part and Inventory Search

Back
Top