XL: How to Copy the Text Within a Text Box to a CellLast reviewed: February 3, 1998Article ID: Q152379 |
The information in this article applies to:
SUMMARYThis article contains a sample Microsoft Visual Basic for Applications macro (Sub procedure) that copies the text within a text box and pastes it into a spreadsheet. After following the steps outlined in this article, you should see the text appear in the various cells in column A, starting with cell A1. Each separate cell will contain the text of one text box. NOTE: In Microsoft Excel 7.0 and earlier, if a text box contains more than 255 characters, numeric data will appear in scientific notation. If the data in the text box is alphanumeric, the cell will only hold the first 255 characters of data. Microsoft Excel 97 and Microsoft Excel 98 can hold a maximum of 32,000 characters per cell.
MORE INFORMATIONMicrosoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific needs. If you have limited programming experience, you may want to contact the Microsoft fee-based consulting line at (800) 936-5200. For more information about the support options available from Microsoft, please see the following page on the World Wide Web:
http://www.microsoft.com/support/supportnet/refguide/default.aspTo create a text box in Microsoft Excel, follow these steps:
Sample Visual Basic ProcedureBefore working with the sample code, perform the following steps:
|
Additional query words: 5.00 5.00a 5.00c 7.00 7.00a vba 8.00 XL97 XL98 XL7
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |