clipboard vba

  1. rediffusion

    `Insert Note` ··· Clipboard.GetImage - how make it work?

    ? Cross-post!I have «Microsoft Office 365 2019». ? I have <code style="margin: 0px; padding: 1px 5px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation...
  2. O

    VBA: Copying Formulas and Array Formulas at the same time

    Hi, I am struggling with the following code, that in essence is trying to copy a range of formulas from one sheet to another: Sub CopySheetToSheet() Dim r, c As Integer Dim rngA As Variant 'HC Reference to Sheet5 Range Alpha Set rngA = Sheet5.Range("Alpha") r = rngA.Rows.Count c =...
  3. A

    help with VBA and clipboard run time error 4605

    Hi, I have a about 20 bookmarks to copy from Excel into Word. Below is an example of two Subs I call. The issue I have that sometimes it will run through these with no probs at all and at other times it will bug out with the error: "run time error 4605 this method or property is not available...
  4. A

    VBA: Finding from clipboard

    Hi guys, Another problem from me, but this time it's VBA based. I'm trying to find data from my clipboard in another spreadsheet. At the moment it's a laborious process of copying, changing windows, findings, etc. This is the code I'm trying out, but i dont understand why it's producing an...
  5. B

    Using "Find" with clipboard VBA

    First I want to apologize if the answer to my question is overly simple as I am new to VBA. I am trying to write a code that will search what I put in the clipboard and return the location of the item in question. THIS WORKS FOR A STATIC VALUE Dim MyDataObj As New DataObject Dim myVar As...
  6. L

    Copy textbox text to clipboard

    It seems like this is the sort of question that would have been asked before, so I apologise if this has been answered previously. However, I can't find any suitable answers on this site or through Google. I have a userform with a multi-line textbox. This textbox is automatically populated with...
  7. S

    VBA Help Urgent!

    Hi All, I want to automate a sequence so I wanted help in VBA code, the hypothetical example is as below: <TABLE style="WIDTH: 245pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=326><COLGROUP><COL style="WIDTH: 56pt; mso-width-source: userset; mso-width-alt: 2742"...
  8. D

    Copying, Clipboard and Confusions

    The more I think about this the more confused I get. I have a hidden worksheet that I want users to paste data onto using a button on a main interface worksheet. The data they are pasting will come from their own worksheet which will have indeterminate names, so the button simply uses...

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