LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 846
Default Excel Justify

It is my understanding that Excel will not Justify if the range has equations
in it - True?

Assuming that my previous statement is true I was going to have a helper
column in "A" and have my output in "L" and then put in the following logic
(found after my questions). One item that I discovered was if one line was
completely blank it would not "move the text" up. But if I added a " ", the
justify would work.

Three questions - is there a better way to get around the formula issue?
Are there other known issues (other than a blank line) that I should be on
the look out for? If there is not a better wary to get around the formula
issue - is there better logic than the code below?

Sub test()
shtCB2D.Range("L35:L39").Value = shtCB2D.Range("A35:A39").Value
shtCB2D.Range("L35:U39").Justify
End Sub
 
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
Where is the justify function in Excel 2007? Brandi_G Excel Discussion (Misc queries) 2 June 22nd 09 06:38 PM
How do I use justify across more than 1 cell in Excel 2007 Rick Excel Worksheet Functions 0 June 17th 09 06:33 PM
TOP - Justify and Autofilter the Data in Excel exc08 Excel Programming 0 October 13th 06 07:30 PM
Justify matter in Excel - Ajit 160205 Ajit Munj Excel Discussion (Misc queries) 2 February 17th 05 06:27 AM
Can I right AND left justify to block text in excel? wink53083 Excel Discussion (Misc queries) 2 January 25th 05 08:59 PM


All times are GMT +1. The time now is 06:56 AM.

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"