clipboard

  1. T

    Large amount of information copied to clipboard message box.

    I am trying to copy a large amount of information from one spread sheet to another but i need to close the first spreadsheet down before i paste the information When i do this i get that annoying message box pop up and have to press yes everytime. Is there anyway i can do it using my vba. I...
  2. D

    Attach hyperlink to an image

    Hi all, Thank you for taking the time to view my question. I am looking for a way to attach the hyperlink which i have in my clipboard to an image i add with this code. Is there any one who can help me out with the last part? thanks! Private Sub InsertWord_Click() Dim clipboardData As...
  3. J

    copy/paste

    Why wouldn't this code work in a macro activated by a command button! It copies the cell to the clipboard but won't finish with the paste! Stumped!!:confused: P.S. Button is on active cell sheet. Worksheets("Sheet1").Range("N2").CopyActiveCell.PasteSpecial Paste:=xlPasteFormats...
  4. U

    copy to Clipboard vba problems

    Hello all, I have a problem when I'm using a macro to copy a cell contents then I use ctrl+v to paste to a webform or to another cell in excel. The macro functions perfectly until I put the computer into either "sleep" or "Hibernate". Upon waking I find ctrl+v pastes nothing into the webform...
  5. M

    Put in focus an application and copy clipboard

    Hello An application windows is already opened. It is reduced when I clicked a cell in my Excel sheet. How can I recall / select it and copy the content of the clipboard. I think it could be done using the " vbNormalFocus", If so how do I know the path of the desired application. Hope I'm...
  6. K

    Insert Row (CRTL +) without pasting clipboard

    I have office 365 and we just had an update. Before the update, I could copy/paste something (ctrl c/v). Then I could select a row and press "crtl +" to insert a new row. The new row would be clean, no pasting of current clipboard. After the update, I press ctrl + and the entire row is filled...
  7. H

    Create hyperlink on selected cell and copy to clipboard

    Is there any vba to create a hyperlink to the selected cell/range and directly copy the hyperlink to the clipboard, so that when I paste the hyperlink to another cell, it will link to the selected cell/range? Thanks
  8. A

    VBA to paste clipboard data to next available row

    Good afternoon/morning/evening everyone! I was hoping someone wouldn't mind helping me with a little code I've had trouble trying to find a working version of on the various forums and articles out there. I have a Macro that pastes clipboard data specifically to cell A9 on the current...
  9. E

    Macro Enabled file work on Desktop but not Network Drive - CLEAR CLIPBOARD!!

    Good Afternoon, Been using the following code for years to clear the clipboard and it worked like a champ, until recently it won't work from a network drive or as an email attachment. This file works with both Excel 2010 and 2016 I get this error: Run-time error '435'...
  10. C

    copy text to the clipboard

    Hi all, I would like to run a macro that copies specific text to the clipboard. The text does not change - so all I need is to be able to click the macro button and have "loginaddress" held in the clipboard. Any ideas? Thanks!
  11. T

    Copy a cell to the clipboard: simple macro stopped working

    I can't recall where I pasted it from last year, possibly here, but the macro below used to work sweetly. However it now fails consistently, placing '??' on the clipboard instead of the text in cell B3. <code>Sub CopyTrackDescrToClipbrd() ' Copies text contents of B3 in active TrackDataSheet...
  12. P

    Clipboard paste gives ??

    I using VBA / Excel (MICROSOFT OFFICE PROFESSIONAL PLUS 2016) / W10 Pro. I have been using some code (my own) for a while to copy and paste some MT4 code (for Metatrader 4 Forex platform - C++ like code) from a textbox and into my MT4 environment. The code I require is correct and it pastes...
  13. T

    Paste clipboard values into shet

    Hi, I have a userform which is being used to import data (that has been copied onto the clipboard from another sheet). I want to make the userform paste it in - but the range of it may be variable. Is there any way to do this paste operation by only specifying the starting cell (A1)? Similar...
  14. 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...
  15. D

    copy to clipboard

    Hi excel gurus! I created a simple form in excel using "check buttons" and "check boxes". I want to copy to clipboard only the selected options by pressing a button. The form looks something like this: Color: [] blue [] green [] red [X] black Fruit: [] apple [X] banana [] grape [X] orange...
  16. J

    Avoiding Clipboard

    Hi to all, Apologies if this has been addressed before. I've been trying to copy values from one workbook and paste them transposed on a different workbook. The current macro using copy/paste transpose works well and does the trick, but takes forever to run. is there a way to avoid using the...
  17. C

    Annoying clipboard error

    I searched for an answer on this but as common as the error seems to be didn't find one. Dragging data from one cell to another returns "There's a problem with your clipboard but you may still paste your content within this worksheet." It makes no difference what size the worksheet is or what...
  18. M

    Clipboard not holding entire textbox contents

    Hello, I'm not very experienced and have searched and read through tutorials. I've got a textbox2 on sheet2. It's a large textbox with a lot of text that may get entered. Not everyone that uses this will be tech savvy (to select, ctrl C themselves) so I created a command button to copy the...
  19. M

    [VBA] Image from clipboard to comment UserPicture

    Hi experts! I'm currently trying to get a picture from the clipboard into a comment's UserPicture via VBA. Reason being: I want to add pictures to cell comments that are made with an external camera program, which stores a picture in the clipboard. For this I run the camera program through...
  20. J

    Best way to paste from Windows clipboard?

    Hi Im wanting a macro to paste whatever is in the windows clipboard into a sheet Do i need to use DataObj or is there an easier way? Like replicate ctrl-v being pressed Any help appreciated

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