|
-
Apr 23rd, 2004, 12:33 PM
#1
Thread Starter
PowerPoster
To put a Border on 1 side of a Cell [resolved]
Hi,
Anyone know how to put a border on just 1 side of a Cell programatically?
I have a VB program formatting ranges and I am using the
VB Code:
Range.BorderAround ..,..,..,..
Member, but that places a border on all sides. I just want 1 side.
Is there a way?
Thanks!
Dave
Last edited by Dave Sell; Apr 29th, 2004 at 12:56 PM.
-
Apr 23rd, 2004, 12:59 PM
#2
New Member
instead of
try using
Code:
Range.Borders(xlEdgeLeft)
hope this helps
-
Apr 26th, 2004, 01:53 PM
#3
Thread Starter
PowerPoster
Thanks!
That did the trick!
Dave
-
Apr 29th, 2004, 08:53 AM
#4
Thread Starter
PowerPoster
How do I make this thread "Resolved"?
-
Apr 29th, 2004, 08:59 AM
#5
New Member
Originally posted by Dave Sell
How do I make this thread "Resolved"?
not sure, but i'd assume just click the EDIT button on your original post and change the title by putting the RESOLVED word in front of it. later.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|