sheet change

  1. G

    How to take data from the a unopen workbook first sheet without specifying the actual name (because it change every week)

    Hello, For a project I actually use a macro to export data from one unopen workbook sheet to the actual xlsm workbook sheet. I recently found a problem on the export sheet, this sheet has to be updated every single week but probel the change the name of the sheet changes every week. But on my...
  2. R

    Macro to change text in macro on control button in workbook?

    I have inherited a process which has a template workbook with Macro buttons so users can move to specific sheets. The template has been used to create approx 700 files. I have been making some amendments to the template, which has included changing one of the worksheet names - this means one...
  3. L

    Explanation of syntax for Workbook_SheetChange?

    Hi all, I'm trying to set up "protection" on my sheets, and so far sheet.protect doesn't do the job, because I have tables and I don't want my users to be able to add columns to the tables but AllowInsertingColumns = False still allows table columns to be added. So I think I have a solution...
  4. Z

    macro help required

    Hi, how do I write macro code to use information on current sheet, to enter information in specific cell in another sheet. click button on sheet 1 use information in [sheet 1 A8] ("DAVE") to find row in [sheet 2]("row 3") use information in [sheet 1 B8] ("MONDAY") to find column in [sheet...
  5. M

    User Interface: Populating and editing sheet data from different sheet

    I am new to VBA and need some help getting started so bear with me here. I have names and information in sheet2 and a user interface in sheet1. I am trying to edit names and their corresponding information in sheet1 by picking the name to edit through a userform listbox and having their...
  6. A

    code condensation assistance required

    folks, trouble with inherited workbooks is that while the original macro author is around, things tend to have to be run their way. the workbook i am currently adding to is a consolidation of different financial systems. it ultimately creates the "one source of truth". The analyst that created...
  7. mkvarious

    How to capture the address of an original cell that is being changed as target in Sheet_Change event?

    Hello, I have a problem that I though I overcame but seems it is not the case. The original problem originated there: http://www.mrexcel.com/forum/excel-questions/681429-how-get-worksheet_selection-change-work.html Thanks to the above thread I adjusted my macro: Private Sub...
  8. mkvarious

    How to get worksheet_selection change to work

    hello, I need a help with the following task: when a cell from H column is changed then I need a formula in I cell column to be written. Obviously I do not want to use Excel formulas like: =if(H1="","",weeknum(H1)) or any other variation of any formula as the file needs to be used by various...
  9. H

    is there such an event as cell change

    I need to do data manipulation based on a particular cell being changed, I can try to work it on sheet change , but cell change would be a lot easier, if it is possible , please advise correct syntax also best location to put the code
  10. F

    Changing sheet number

    I am unable to shift to a lower sheet number when i am on sheet 4

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