str1

  1. P

    Updating Access from Excel

    I have followed several links here and elsewhere and just can't figure out what I am doing wrong! I select items from a listbox display and then wish to update (2 lines for my testing). The first iteration appears to go through all steps when in debug mode BUT does not actually update the...
  2. J

    VBA Help with Excel Tables & Displaying Filtered Content

    Hi, Looking to see who could modify this code so that it works with 1) Excel Tables & 2) More than 2 criteria. Ultimately, I want to display to the user what the filtered content is showing. Function AutoFilter_Criteria(rng As Range) As String'This will allow you to see Auto Filter Criteria...
  3. H

    3D Charting support in email

    Because I just found out VBA, I have found and matched the type of the internet is quite good but also want to add two 3D pie charts, as attached. Thanks to the support people for the attached file. Thanks guys so much. Sub GuiMail_NHDT_27062018() Dim objOutlook, objOutlookMsg, cn, rst As...
  4. T

    vba for identifying strings of data and moving large sets of data

    i have this vba code that ive been working on since last year and i cant seem to run it without excel crashing when i add more data to it. is there any way to tidy this up or make it run more efficiently (faster)? i have 100 rows x 6 columns but sometimes up to 15 columns wide. I just cant...
  5. 2

    Search and replace whole word (VBA written by someone else)

    Hi. 2 years ago we had a spreadsheet written by a former employee to process some template documents based on the content of an Excel sheet. The word document templates have the text "Column A", "Column B" etc. in them and there is some VBA code in a master spreadsheet that populates...
  6. A

    Clipboard VBA works in W7 not in W10

    The three subs below work fine in windows 7, unfortunatelyI upgraded to windows 10 a few days ago and now it will not work. I get ?? when I paste. Anyone know how I can fix this. Sub Invoicenumber() PlayTheSound "Speech Disambiguation.wav" Dim clipboard As MSForms.DataObject Dim str1 As...
  7. keiserj

    Combine String VBA issue

    Below is the code for a userform that im working on. But have str1 & str2 combining but if the user does not select str1 which is a list box it comes up a error. any way around this? Private Sub CommandButton1_Click() Dim RowCount As Long Dim ctl As Control Dim str1 As String Dim str2 As String...
  8. T

    Modify a code to run all possible combinations

    I have a code below that runs all possible combinations for as many columns as i have in sheet 1. the problem is that if i have a certain number of cells that would create more than 1,048,000 (excel line limit) different permutations, then the code will stop even though there could be more...

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