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

    Set a combobox as a variable (excel, vba)

    Hi guys, I am not sure if this is possible, but I wanted to give it a try. I am working with userforms on excel. One of the userform is called "frmTrials" and on it I have a ComboBox1 that the user may choose from 1 to 3. Based on that decision a second userform is openned called "frmComp"...
  2. Moreco

    Extract the filename from the path using Excel VBA

    Hi, I would like to extract the filename from the path using excel vba. As I open my file I store its name on a variable calle FileVar. I did some research and found an example of deleting the filename from the path using: Directory = Left(VarFile, InStrRev(VarFile, "\")). I am not sure how...
  3. Moreco

    How to close a form(using the top right X) without entering the data

    Hi everyone, I am not even sure how to explain what I need. I have 6 forms that are linked to a general form called frmDevices. Here is just a portion of the coding for the dependent userform (frmDevices) where each Case is for a different form: Private Sub cmbDevice_Change() Dim r As Range...
  4. Moreco

    Upload/Link a text file to a cell using Excel VBA

    Hi everyone, I have a big project using user-forms in Excel and one of the task is to allow the user to attach different types of files such as text and picture to a cell pre-destinated by my VBA code, so that it can be downloaded by a different user/tech. I am not sure if this can be done...
  5. Moreco

    Add a string to a range and write it to a text file using VBA

    I have a text file that has 65 columns and 1836 rows. I need to: * Open the text file for the given path * Create a vba code in excel that writes a string before each cell; (Example: "Insert into channel_data ("here have the cell information")" * Place the entire workbook with the added...

Part and Inventory Search

Back
Top