workbook activation

  1. S

    Merging workbooks

    I'm trying to create a macro that will create a new workbook and then copy all sheet(1)'s from all other open workbooks to it except for the workbook where I have all my macros stored. So far, I'm able to create the new workbook and save over it if needed (and it will be). But it's not copying...
  2. A

    Limit (Not total Denial) Pasting within a Worksheet

    Hello, I would like to deny pasting into certain columns (F:G) without disrupting that ability elsewhere. I've searched for this and have come close to a solution, but they haven't been quite right. I used the following but it restricts pasting for the entire sheet Private Sub...
  3. T

    Monitor next workbook to open

    Hi guys, <o:p></o:p> I’m trying to write VB code in workbook A that monitors the next workbook to open (we’ll call it workbook B) and reports back to workbook A whether or not Workbook B is read-only or not. Workbook B could be a VBA enabled or a non-VBA enabled workbook and could be any...
  4. O

    Activate Another Workbook Not Working

    Hello I have a vba routine which was performing well, but somehow stopped working and I can't figure out why. A have a macro in a workbook that is used to break down another workbook called "Report" (xlsx) in several excel sheets. Although there is a workbook activation, it is breaking the...
  5. L

    Using VBA to Open another Excel File without file path

    I have 3 different workbooks that I'm working with. 2 of the workbooks are reports that are automatically saved to a random temporary internet file folder. I was wondering if I can somehow activate the 2 workbooks without knowing the file path since they will saved to a random folder every time...
  6. C

    Copy paste data from a Workbook opened from Application.GetOpenFilename

    Hi Excel Ninjas, As i am new to VBA and I have been stuck for hours now, I would really appreciate your help. I am trying to copy paste the first two tabs of a file that can be located anywhere on someones machine. (This is why I am trying to use the application get open file and to assign it...
  7. K

    Finding worksheet out of open workbooks

    Hi All, I am trying to write a code which accomplishes the following: 1. Amongst all open workbook activate workbook with 10th sheet named as Run 2. Display message if no such sheet found in any workbook I have written the following code for the first point: Sub IdentifyValidationTool() Dim...
  8. T

    VBA: Copy and pasting severall sets of equally spaced data from one workbook to another

    Hi Guys, I am currently trying to write a macro to cop and paste severall sets of data from one workbook to another. There are two parts to my problem: 1) The workbook name will be pasted into a cell which the macro will refference (the refference workbook will already be open so we do not need...
  9. A

    Workbook activate event in VBA

    HI All, I am new to VBA. I have 2 workbooks named a.xls and b.xls. I am trying to activate a cell in the workbook b.xls by writing code in a.xls. I used the below code in workbook a.xls and got error msg as "Activate method of range class failed". code...
  10. F

    Cannot change active Workbook

    Hi guys, I am new to the world of VBA and i have just attempted to do a little coding. My task is pretty simple: - 2 Workbooks with multiple sheets each; - find a Question number in column A in the first Workbook and it`s corresponding answer(YES, No or N/A) and then transfer it to the next...

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