writes

  1. S

    Does goal seek work when macros run with every worksheet update

    I have a macro that runs with every entry in a worksheet named "A". When I write macros that reads and writes data to and from worksheets, I typically create a dummy worksheet where the data is stored simply to avoid formatting changes in the main worksheet from affecting the macro. Therefore...
  2. E

    1.01 to 99.01% .....

    Hi, I want an Excel page that when I write 1.01 in a cell it writes 99.01% in other cell, when I write 1.02 it writes 98.04% in other cell and so on... Here is the full table that I need: 1.01..........99.01% 1.02..........98.04% 1.03..........97.09% 1.04..........96.15%...
  3. P

    VBA Virtual Loop

    Hello, How do I write code to move on to another question if the information doesn't exist on my spreadsheet? My code is: 'Select Start of range Range("B1").Select While ActiveCell.Value <> "" 'This writes 'Cash' in column A against cash transactions. If ActiveCell.Value <> "" Then...
  4. G

    Help understanding why range displays different results

    I asked this on another forum but the answer was confusing and they seem to frown on explaining why :( Supposing I want to simply write the first 3 cells of the first row, I might do this: <code><code>'writes to first row Set Rng = Range("A1:C1") Rng(1) = "blah" Rng(2) = "blah2" Rng(3) =...
  5. A

    Formula for work and overtime

    Hello, I have a simple file where i put my times for work and the overtime. It looks like this: 2017-10-26 14:00-23:00 (30) (30) is the overtime. I want a code that writes this for me. So the standard-time is 14:00-22:30 and any deviations from this will show in another column. 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