Search:

Type: Posts; User: TomyLee

Search: Search took 0.01 seconds.

  1. Bump... I think is very complicate...

    Bump...
    I think is very complicate...
  2. Find All Occurrences Of A Text String Value In All Workbooks In Folder And Sub Folder

    Hello,

    I searched for a code to find all occurrences of a name (say Ron) of a particular drive (say D: \), but I found what I needed to do. The name can be anywhere in the root drive or folder or...
  3. Mike, thank you very much. Have a good day.

    Mike, thank you very much.
    Have a good day.
  4. Data Validation With Dynamic List Of Sheet Names

    Hi,

    Intro cell with data validation I want to have all the sheet names (except the first sheet), but dynamic. I mean if you add or delete a worksheet, I want to see this in cell with data...
  5. Replies
    5
    Views
    1,886

    Admin, Thank you very much.

    Admin,

    Thank you very much.
  6. Replies
    5
    Views
    1,886

    @Admin, I managed to make the code to run...

    @Admin,

    I managed to make the code to run automatically at each change of cell B7, B2 and D2.
    Once again thank you.
  7. Replies
    5
    Views
    1,886

    Hello Admin, Thank you. Excellent. Code is...

    Hello Admin,

    Thank you. Excellent. Code is excellent. Thank you very much.
    How can I modify the code to be executed on every change in cell B7, B2 and D2.
  8. Replies
    5
    Views
    1,886

    How To Copy Data By Worksheet Name

    Hi,

    My workbook has sheet "Main" and other sheets with names like Oct-2012, Nov-2012 ....Ian-2013... Dec-2020)

    Sheet "Main" is a report, all other sheets are hidden.

    In B7 you can choose...
  9. Hi Prince, Thank you very much. It's all I...

    Hi Prince,

    Thank you very much. It's all I need.
    Once again thank you.
  10. List selected filenames in an Excel range of cells

    Hi,

    How can I write the message in cell A2


    Code:
    Msg = "You selected:" & vbNewLine
    For I = LBound(FileNames) To UBound(FileNames)
    Msg = Msg & FileNames(I) & vbNewLine
    Next I
  11. Replies
    9
    Views
    2,234

    Hello Admin, Thanks for the wishes. Also...

    Hello Admin,

    Thanks for the wishes. Also thanks for the code, it's perfect for me.
    Thank you. I wish you an excellent day.

    TomyLee
  12. Replies
    9
    Views
    2,234

    Sheet index - different way

    In my userForm i have 2 option button (one to create hyperlinks to all my sheets, and second to create buttons with link to all my sheets). A textBox where I can write name of new sheet where will be...
  13. Replies
    9
    Views
    2,234

    Hello Admin, How can attach the workbook? ...

    Hello Admin,

    How can attach the workbook?

    In my userForm i have 2 option button (one to create hyperlinks to all my sheets, and second to create buttons with link to all my sheets). A textBox...
  14. Replies
    9
    Views
    2,234

    Index Sheets with Shapes and Hyperlink

    Hello,

    What code would I have to create buttons or links (depending on 2 option buttons in userform) for sheets in the file.
    As an option want to write the name of new sheets in a...
Results 1 to 14 of 14