entering

  1. S

    Stumps

    Hi, can anyone tell me the correct way to use dates in a Excel Spreadsheet - I have been entering dates like this : 27/01/2018 which I am told is incorrect. Many thanks
  2. B

    Clear cell when entering data in a different cell

    I need some help with VBA code on an Excel spreadsheet. the code below only solve my problem for clearing cell "C6" when entering data in cells C5:D5. I would like it to clear cells "C5:D5" when entering data in cells C6 also. Private Sub Worksheet_Change(ByVal Target As Range) If Not...
  3. R

    Trying to create a new Excel Macro for the first time.

    Hi all, I am very new to Excel Macros, I created a excel macro in three parts , the first 2 parts consist of font manipulation and data vlookup from another excel sheet, I am finding difficulty in the third part of my macro, its nothing by entering filters to one column and then entering...
  4. J

    VBA script

    We have an issue where end users have to update a spreadsheet with data, which then feeds another application. However, because end users are not following the format, or entering bogus numbers in a field, our data gets corrupted on the end. I would like to create a VB script that checks...
  5. B

    VBA-Replace Page with a Page in same Workbook

    Thanks for looking at my post. I would like to have some code so I can do the following. I would like to have a box pop up with the option to replace a random page in my work book by entering the page number in dialog box. I want the page that will be replacing the old one to be renamed to old...
  6. U

    Auto importing from another file

    Guys, i have 2 exel files. I want to get some data from file 1 to file 2. File 1 will be my data entering sheet. I want file 2 to get the data periodically from file 1 How to do it?
  7. M

    Borders created without customized rules

    Hello, I'm running into an unusual situation in Excel (v 2016 Professional Plus). Upon entering data into cells, I am noticing random borders being drawn around the cell and row. I checked for any "Customized Formatting" rules and none are enabled for the entire sheet yet this behavior still...
  8. D

    Not sure this is even possible, vba code with an alert.

    So I just want to know if this is possible. Not sure how it would work. I have a form for entering customers and a form for entering invoice details. What I want is when I select the customer on the invoice form, which is in a drop down, that I get a message box with the miles and time from...
  9. L

    Entering Cell Contains - Blank/Not Blank logic

    I would really appreciate some help!! I am trying to figure out how I can accomplish the following logic: I have files that are assigned to one person, and can switch assignments. I need to locate these switches for specific people. My sheet will look something like what is shown below. The...
  10. S

    Prevent from entering certain characters

    I want to prevent user from entering certain characters like "+", ",", "&" etc. I could use Data Validating tool or use Private Sub Worksheet_Change. However, validation in both cases is triggered only after user presses enter. I want it to work like KeyPress event for userform controls - user...

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