lrb

  1. H

    Date and time formats in VB

    I have the following script Sub ListAllFile() Dim objFSO As Object Dim objFolder As Object Dim objFile As Object Dim ws As Worksheet Dim sPath As String Dim lrA As Long Dim lrB As Long Set objFSO = CreateObject("Scripting.FileSystemObject") Set ws = Worksheets.Add 'Get the folder...
  2. H

    List folders?

    How can I modify this code to list the folders within a directory? I tried ... unsuccessfully Sub ListAllFile() Dim objFSO As Object Dim objFolder As Object Dim objFile As Object Dim ws As Worksheet Dim sPath As String Dim lrA As Long Dim lrB As Long...
  3. M

    Performance of VBA

    Hi Everyone! Happy New Year! I am trying to make my VBA faster - It is pretty slow for now (30 secs) <style type="text/css">p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'}p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'; min-height...
  4. A

    a compare column macro

    I am trying to modify my macro 1) to have order not matter in the columns 2) show what is missing from either column 3) sort the results in lowest to highest example column 1 column 2 5 3 1 1 7 5 2 7 Sub Compare() ' ' Compare Macro '...
  5. F

    findnext

    Hi. I'm trying to lookup each value of table1 in table2 giving the second column. In table2 data is sorted. TABLE1... LOOKUP VALUE RESULT A A1 A A2 A A3 A A4 B B1 B B2 B B3 C C1 B B1 B B2 B B3 TABLE2.. COL1 COL2 A A1 A A2 A A3...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top