Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default make date BOLD

Hi,
Quick and easy question, I hope.

I am inserting the date on a worksheet using offset and I would lik
the date to be BOLD. Here is my code:

.Offset(0, 4).Value = Date

Help,
Mike R

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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 575
Default make date BOLD

Mike,

something like this

with cells(1,1),offset(0.4)
.value = date
.font.bold = true
End with

Robin Hammond
www.enhanceddatasystems.com

"miker1999 " wrote in message
...
Hi,
Quick and easy question, I hope.

I am inserting the date on a worksheet using offset and I would like
the date to be BOLD. Here is my code:

Offset(0, 4).Value = Date

Help,
Mike R.


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



Reply
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
Make ZERO red and bold Marz Excel Discussion (Misc queries) 6 February 1st 10 07:50 PM
How do i make certain words automatically bold themselves. INFO@Skyline New Users to Excel 6 November 9th 06 09:09 PM
Is it possible to make a word in a formula bold? SpielbergRules Excel Worksheet Functions 5 July 2nd 06 06:59 PM
How do you make some characters in a cell bold and some not? tracman Excel Discussion (Misc queries) 4 March 28th 05 05:17 AM
Sub to make text bold ksnapp[_7_] Excel Programming 1 February 25th 04 10:49 PM


All times are GMT +1. The time now is 04:35 AM.

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

About Us

"It's about Microsoft Excel"