Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Excel VBA > Excel VBA
|
Excel VBA Discuss using VBA for Excel programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Excel VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 29th, 2012, 06:05 AM
Registered User
 
Join Date: Dec 2011
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to hmclark Send a message via Yahoo to hmclark
Default copying multiple values using the windows clipboard

Hi I have an excel sheet I am managing from visual basic 6
I am updating the cells by cutting data from a web page and the pasting into the cells. The thing is I have to copy and paste several items so I have to kep switching back and forth between excel and the web page for each item.
Is there a way to Stack multiple items unto the windows clipboard then paste the items to the different cells in the spreadsheet?

Any help would be greatly appreciated

I am using the following code to paste the copied data into excel just for example

Code:
xlsheet.cells(2,1).value = Clipboard.GetText

also
clipboard.SetText (textbox1.text)





Similar Threads
Thread Thread Starter Forum Replies Last Post
Copying without attributes with default values in dtd mrame XSLT 2 October 28th, 2009 08:10 AM
System.Windows.Clipboard ???? narven C# 1 May 20th, 2007 08:41 PM
copying values into a column from another table madrob3975 SQL Server 2000 1 December 8th, 2006 03:31 AM
Copying Multiple Rows raj_phoenix Excel VBA 3 May 6th, 2005 03:58 AM
Copying Multiple Rows in MS Excel 2K using VB .Net Azhar Akbari Excel VBA 2 January 27th, 2005 10:04 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.