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 wOOdy-Soft 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: mattj63
  • Content: Threads
  • Order by date
  1. mattj63

    Are Option Button Arrays possible in Excel?

    Is there a way to find out which option button on a worksheet is selected by looping through an option button array? I remember doing something like this in VB5. I'm trying to do the same in VBA in Excel now but can't make the button names an array. Right now I have to check each button...
  2. mattj63

    Excel and MSCOMM control

    I have a spreadsheet I originally created in Excel 2003 which used the MSCOMM control to read data sent to the serial port. When I upgraded to Excel 2007 this spreadsheet still worked fine. Lately our IT installed some updates on my computer and now this spreadsheet cannot use the MSCOMM...
  3. mattj63

    Display the "File Open" Dialog Box

    I'm trying to open an Excel file via a macro. However, I want the user to be able to select the file rather than hardcoding the file as in the command: Workbooks.Open Filename:= "C:Sample.csv" Should be easy right? But I can't find it in the VBA help.
  4. mattj63

    Microsoft Office Document Imaging Printer Driver Install

    We have PCs in our offices that have Office installed. The PCS in the lab do not. I would like to use Microsoft Office Document Imaging Printer Driver to create images of reports from the laboratory PCs. However, the only way I can find to install the printer driver is to install the Microsoft...
  5. mattj63

    Chr() function and Compile error

    I created a spreadsheet with a macro that uses the Chr() function on one PC and when I try to run it on a second PC I get the error Compile Error: Cant find project or library. If I create a new worksheet on the new PC and use the Chr() function everything is normal. The error only occurs...
  6. mattj63

    Execute Command Button "Click" Subroutine

    I'm trying to execute a subroutine in a command button's _Click procedure from a separate module in Excel. I want to perform the command button click from code in case the user did not do it manually. I'm using the following code but I get an error...

Part and Inventory Search

Back
Top