type=1

  1. K

    How do i create variable from inputbox

    Hi guys, I am new at vba and i want to make a macro for my daily routine. I successfully manage big part of them with your helps here, but i stuck a section. What i want : I have a analysis file, and it comes with months, beginning of code i am asking how many months have in file and want to...
  2. kelly mort

    Issue with InputBox function

    Option Explicit Sub AreaOfTriangle () Dim a As Long, b As Long , Aunit As Variant On Error resume Next a = Application.InputBox ("Enter base of triangle" , Type:=1) b = Application.InputBox ("Enter height of triangle" , Type:=1) Aunit = Application.InputBox ("Enter unit of measurement "...

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