thisperiod

  1. A

    vba byref argument type mismatch

    Using Excel 2013. When I try to call my sub CopyPasteData, I get the error ""vba byref argument type mismatch". The problem most likely is due to the passthrough value for tofile. Can someone help, please? Thank you! Sub Main () Dim ThisPeriod as string Dim WBS As Workbook ThisPeriod =...
  2. A

    runtime error 424

    Using Excel 2013. I have a runtime error 424, and the code will stop at the IF line. What is wrong with the code? Sub test () Option explicit dim ThisPeriod , LastPeriod as string ThisPeriod = Range("B3") LastPeriod = Range("B6") If Left(ThisPeriod, 1).Text = "S" And...

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