Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like import text from access to text box (text box from drawing tools)
using the following procedu Sub Macro2() Dim strText As String Dim I As Long Range("H7").Select strText = Rs!cmts 'RS is a recordset from access I = Len(strText) Debug.Print I ActiveSheet.Shapes.AddTextbox(msoTextOrientationHo rizontal, 10, 100, _ 300, 200).Select Selection.Characters.Text = strText Range("H7").Select End Sub Remarks if I<=255 the code copy text from access to text box if I255 the copy nothing to text box. Question. What can I do to copy long text from to Text Box? Thanks for your suggestions JCP -- Jose |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 text import as text not date | Excel Discussion (Misc queries) | |||
How to Start Excel in Text Import Wizard for data import | Setting up and Configuration of Excel | |||
How to Import Visio Text Boxes into Excel as Text | Excel Discussion (Misc queries) | |||
Excel Text Import creates garbage text | Excel Discussion (Misc queries) | |||
Text import/ Text to Column | Excel Worksheet Functions |