Search:

Type: Posts; User: Leith Ross

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    641

    MsOf13 Re: row nummer na autofilter

    Hello Arjo,

    This function returns the last row on a filtered worksheet



    Function GetLastRow() As Long

    Dim endRng As Range
    Dim lastRow As Long
  2. Re: [EXCEL] - Last Modification Date Not Updating

    Hello Digtheradness,

    What do you see in cell "A1"?
  3. Replies
    3
    Views
    1,276

    Re: CallByName and Late-Binding

    Hello Elroy,

    This worked for me. I set the ShowModal property to False before running the code.



    Sub TestA()

    UserForm1.Show
    CallByName UserForm1, "Test", VbMethod
  4. Replies
    5
    Views
    786

    Re: macro Finding data in merged cells

    Hello max62,

    What is the name of the output sheet the data is going to?
    Where will the data start on the output sheet?
  5. Replies
    5
    Views
    786

    Re: macro Finding data in merged cells

    Hello Max62,

    Here is the amended macro. It will open a new workbook only if files are found in the folder.



    Sub SearchFolders()

    Dim lRow As Long
    Dim oFile As...
  6. Replies
    12
    Views
    3,430

    Re: Perfect Number

    Hello maor1212,



    Sub PerfectNumbers()

    ' Algorithm by John Knoderer at The Math Forum
    ' Adapted to VBA by Leith Ross
    ' http://mathforum.org/dr.math/faq/faq.perfect.html
  7. MsOf10 Re: [RESOLVED] Excel VBA - Finding data in merged cells

    Hello John757,

    I made some changes to your macro. This should work without throwing any errors.



    Sub SearchFolders()

    Dim lRow As Long
    Dim oFile As Object
  8. MsOf13 Re: Remove special characters from folder file path by VBA

    Hello

    Thanks for the feedback. I have modified the macro to look at "A1" down to the last entry in the column. If the column is empty then the macro simply exits with no message.

    Replace the...
  9. MsOf13 Re: Remove special characters from folder file path by VBA

    Hello gmmdinesh,

    Here is another way that will let you choose the parent folder and set the depth of the Subfolders to be searched. I have set the macro (CleanFolderPaths) to search all folders...
Results 1 to 9 of 9



Click Here to Expand Forum to Full Width