LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default VBA...How do you state a carriage return?

Add CHR(13) at the end of the text string you're placing
in the cell:

Range("a5")= "Test string" & CHR(13)

-----Original Message-----
Hi all.
I`m new here & a VBA novice "winging it" as I go with a

copy of John
Walkenbachs Excell 2002 Power Programming with VBA

tightly tucked under
my arm.

This is a simple issue <I hope But i haventgot a clue

howw to do it.

I have a module that transfers dates from one workbook

into another.
The receiving Workbook uses the dates as a start date &

end date. These
dates then kick off some simple conditional formatting

that builds a
colur block relating to a time span.

OK...so doing it manually it all works ...as it should &

the span bar
is created. Easy.

The VBA code works & the dates are plotted to the correct

cells & the
cell formatting is ok.

The issue is that as VBA transfers the data...there is no

recogniused
carriage return for the conditional formatting to know to

start. If I
click into the cell at the end of the date & press

return..the
conditional formatting works.

Therfore my question is if I use a cell.select statement

how do I tell
it to do a carriage return?

Has anyone else experienced a similar problem? How did

you get around
it?
Any advice anyone can offer is greatly appreciated....&

will save me
from going bald from ripping my hair out. Thanks;)


---
Message posted from http://www.ExcelForum.com/

.



 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Carriage return CWH Excel Discussion (Misc queries) 1 March 16th 10 01:54 PM
Return to a default state??? lost and confused in excel-land[_2_] Excel Worksheet Functions 1 July 13th 08 11:47 PM
Carriage Return Freddo Excel Worksheet Functions 2 March 22nd 07 10:34 AM
Hiding carriage return Abe Excel Discussion (Misc queries) 1 February 20th 06 09:58 PM
Carriage Return Tom Ogilvy Excel Programming 3 August 20th 03 07:22 PM


All times are GMT +1. The time now is 11:19 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"