application.inputbox

  1. SanjayGMusafir

    Copy Paste Only Border Style and No Other Formatting in Excel for Mac 2019

    Hi Experts Need some help I want to Copy Paste Only Border Style and No Other Formatting in Excel for Mac 2019 I got this code from some site, but it copies entire formatting. Please help me improve the code specific to my needs. Thanks a lot ? Sub CopyBorders() ' ' CopyBorders Macro ' '...
  2. R

    FormulaLocal resulting in 1004 Run-time Error

    I've been following Andrew Gould's VBA Introduction video series on YouTube and everything was running fine up till episode 11.2 - Application.InputBox I type in Andrew's code letter-for-letter, you may compare it e.g. https://youtu.be/NvGv1n4TW28?t=1144 So when I type in the code I get 1004...
  3. 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 "...
  4. J

    Application Inputbox not showing selected cells

    Everything is working fine in the below code, except when the application input box for some reason will not show the marching ants around the cells I select. The code still functions properly and it does select the cells I click on with my mouse, but from a user's point of reference it seems...
  5. P

    Adding application.inputbox into offset cut,paste macro

    I've put in the following code and it seems to work well. Now I'm wanting to add an input box to tell the user to select a "case" instead of using the cell selected before clicking the button I have assigned to this macro. Here's the code I have that is working Sub MoveCase() 'Move Case...

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