activesheet.cellsi

  1. K

    VBA hiding rows seems slow any ideas?

    Sub HideRowsOnSheet() Dim i As Long Application.ScreenUpdating = False For i = 10 To 122 IfActiveSheet.Cells(i, "D") = 0 And ActiveSheet.Cells(i, "D")<> "" Then ActiveSheet.Rows(i).Hidden = True Next i Application.ScreenUpdating = True End Sub The above code does the job but it takes over...
  2. S

    Macro no longer working with new computer

    Hi, I have the below macro and just got a new work comp. New comp is unable to run my macro now. I think it might be a Windows 10 issue? I'm also running Office 365. Can anyone please help? I essentially need to have a macro look up a number in column E, find the corresponding jpg in a...
  3. O

    VBA Code to Name Range

    Hello and thanks in advance for your help and I will provide feedback. Cells A4 through A28 have the name I would like to use as NameRanges for cells in Cells C4 through C28. "I am getting a run-time error '1004': The name that you entered is not valid." on the following line...
  4. B

    excel vba to extract "to" & "ccopy" outlook "inbox"email to excel

    Hi All the experts: I need your help by using EXCEL VBA to extract "to" and "ccopy" email address into excel after the filter(excel vba) find the correct wording in email subject for now (in future email body) . All the email are in the "inbox" After did some research and tried to learn...

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