private sub workbook

  1. J

    VLOOKUP with EVALUATE statement

    I am attempting to use VLOOKUP to automatically populate a spreadsheet with data from another workbook via a Private Sub Worksheet_Change. Basically, each time the user double-clicks a cell within Column 2 then this will activate the macro to execute the VLOOKUP and pull in the required data...
  2. S

    How do I combine these 4 Private Sub Worksheet Changes in Excel 2010?

    I need help combining these 4 Private Sub Worksheet Changes: Private Sub Worksheet_Change(ByVal Target As Range)<o:p></o:p> IfTarget.Address(0, 0) = "A1" Then<o:p></o:p> WithSheets("Dashboard").Shapes("Oval 1").Fill.ForeColor<o:p></o:p> SelectCase...
  3. D

    BeforeSave event

    Hello, I am new to VBA, and reading a book by John Walkenbach. In page 160 he has a paragraph called "BeforeSave event for a workbook". Question: Can someone translate and explain to me what this line of code means in English/simple terms? (ByVal SaveAsUI As Boolean, Cancel As Boolean) Thanks

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