call

  1. M

    Copy Selection as Picture Issue

    Morning everyone. I've arranged a bit of code that filters my workbook, selects a named range, copies that range as a picture, opens up a new email on Lotus Notes (unfortunately), pastes that pitcure in the email's body, along with various other text as well as grabbing recipiants and a subject...
  2. M

    Trying to modify code to run when user leaves a sheet

    Hi all, Apologies, I've been doing some reading and little out of my depth. I'm trying to convert the below code to work with worksheet_deactivate() command (when leaving a worksheet "Rebate Conditions"), however not having any luck. It works as a macro in a button on the sheet, just not when...
  3. W

    Fill in the blanks?

    Hi there, I have a large data set from an export of phone system. In the data set there is data i can pivot tabel to find my results but the format isnt conducive to pivot without some modifications. I need to find the "DNIS:" in column A and also the information in Column B and add the type to...
  4. T

    Filter List box by another list box multiple selections then auto filter sheet

    I have set up a userform with tabs that filter 4 list boxes, user can make multiple selections in each list box and I would like to further filter subsequent listboxes by the previous one. Then when user makes all the selections it auto filters a spreadsheet leaving the first 2 rows above data...
  5. S

    Referencing command button from active sheet

    Hello, Need help in the below code. I am calling a command button sub procedure using the loop. When I did it without loop I used Sheet3.CommandButton3_Click and it worked fine. But, then I am doing it using loop then I change it to ActiveSheet.CommandButton3_Click which is throwing error...
  6. Z

    Run-time error 438

    Hi, I have a macro that build PowerPoint presentation from excel. And workbook that has several tabs and their names as below: "It would take", "Themes_2", "Themes_1". When I tried to build the slides this is what happened: "It would take" tab successfully built into .pptx but the rest of the...
  7. N

    Help to Call Sub or Function with conditions

    Hi all: I want to have macro that Call al ot of Sub/Functions with conditions: Left(ws.name,4) = "AAA0" and ws.range("A2").value <> 0 When conditions match will Call Sub Filter_ & ws.name For example: if ws.name = "AAA012345" and sheets("AAA012345").range("A2") <>0 then Call Filter_AAA012345 I...
  8. M

    Issue with Inserting a Row in a Table

    Afternoon everyone, I hope you're well. Got a slight problem I'm trying to get my head around and was wondering if someone could help. I've got a bit of code that goes to a named range, inserts a row and copies the format and formula from the row above: Sub AddRowS1()...
  9. CyrusTheVirus

    VBA To Create (But Not To Send) E-mail Drafts Based On Table

    Hi everyone, Looking for a code that will populate e-mail drafts within outlook, but not send them out, based on information within a table. The table name is Email_Table, and the sheet is Sheet1. Specifically, what I need to populate within the e-mail is: 1) The subject which is in cell B1...
  10. V

    Worksheet Change: Multiple target values not working

    Hello, I have a two dropdown based cells (C4 and C23) that have some values. Based on the selected dropdown condition, I need to hide/ unhide certain rows in another sheet (written macros for it). I'm using the following code, but only one works at a time. Could you please help as I'm stuck...
  11. F

    Preventing Call codes from running multiple times.

    I have code that fluff was kind enough to help me with. It works as written, but when I added a call code, it would provide the following message multiple times "Check to verify veteran data is entered in FY ## REFERALS." "It's critical that the veteran data is captured." It didoes not matter if...
  12. USFengBULLS

    Deleting/Clear Contents in Another column on Same row of Worksheet Change Event

    Hello, I am trying to have contents in a cell in column 9 (Column I) to delete once the user selects SUBMITTED from a in cell drop down list over in column L. Once the user selects SUBMITTED it needs to delete the contents in Column I or 9 on that same row. I have this working for when it calls...
  13. A

    Create sheets based on master list and sheet template

    I am trying to make timecards that update from a master list. First worksheet - master list with rows of info (name, acct code, time in, etc) Second worksheet - timecard template (cells call upon info in the master list) I can make sequential worksheets based on a list (column A), but I...
  14. G

    Application.EnableEvents or Application.CutCopyMode issue?

    Hi Everyone, I need your assistance with an issue I'm having with the following lines in my "ThisWorkbook" code. I introduced the following codes into Private Sub Workbook_Activate() Private Sub Workbook_Activate() Application.EnableEvents = False Application.CutCopyMode = False .. .... ..... I...
  15. M

    Userform position in xla/xlam files

    Hi, In .xlam file I have added UserForm which initialize by set position of the form in middle on main screen with dual monitors. I am using it commonly in all other forms in xls/xlsm. Me.StartUpPosition = 0 Me.Left = Application.Left + (0.5 * Application.Width) - (0.5 * Me.Width) Me.Top =...
  16. B

    Extract Data Before Non-Numeric Character

    I'd like to extract the numeric values after "PW" but before any non-numeric values. I've tried EXTRACTNUMBERS(MID(F2,find("PW",F2)+2,6), but I'm picking up extraneous numbers. Example: Tested PW31 Call re: PW6798 Reviewed info PW64167/2 Updated PW 1,2,41 Desired Output: 31 678 64167 1 Thanks!
  17. turkanet

    Call all values from another sheet depending on conditions

    Dear Friends, i have data on "ACC" sheet. i need to import all rows between B:E which has "X" on F column & "AA" on G column to another sheet COL A1. Thank you in advance. https://docs.google.com/<wbr>spreadsheets/d/<wbr>1liq67JfknmHSdtjJWM4n_<wbr>UyjUFWDMY3t4VTyYLzxydE/edit?<wbr>usp=sharing
  18. D

    Print parts of Worksheet based on input from user

    My first post - I'm new to VBA. My workbook has about 20 worksheets. I would like to get input from the user that will then call macros to print specific sheets. I've got the print macros working correctly but I keep getting Run-timer error 424 - Object required errors when I take the input...
  19. USFengBULLS

    Copying to Next Empty Row and Renaming the Data

    Hello All; I have a log that users will be adjusting data based off statuses of Drawings. Starting at A11, B11 & C11: Column A is DRW NO., Column B is DRW Description and Column C is Location/Rm. Over in Column L is the status column where the user will select from drop down list. I have this...
  20. E

    If criteria met copy certain cells to another worksheet

    Still trying to get my head round VBA, would appreciate the help hear If Worksheet Call Log, cell F has Mitch entered Copy and paste to next blank row Worksheet Bid Log, Cell C = Worksheet Call Log cell D Cell D = Worksheet Call Log cell E Cell E = Worksheet Call Log cell F Cell F = Worksheet...

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