LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
J_J J_J is offline
external usenet poster
 
Posts: 58
Default visual persentage like effect & referance cells

Thanks Tom,
Yours and Nigel's reply (a little bit down) solves the problem perfectly.
Ragards
J_J

"Tom Ogilvy" wrote in message
...
With ActiveCell.Characters(1, Sheets("Sheet1").Range("H1").Value).Font

With ActiveCell.Characters(1, _
Sheets("Sheet1").Range("H" & ActiveCell.Row).Value).Font


--
Regards,
Tom Ogilvy



"J_J" wrote in message
...
Hi,
In the below code Can we also assign a variable to the referance cell
position(s) so that when we
increment the cell position in a loopy manner the plotted persentage

like
figures (displayed in cells A1, A2,....,A10) will reflect values which

are
present in H1, H2,.....,H20 respectively?. I hope I maneged to ask the
question properly.
J_J



Sub blue()
ActiveCell.FormulaR1C1 = _


"IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII IIIIIIIIIIIIIIIIIIIIIIIIII
IIIIIIIIIIIIIIIIIIIIIIIII"
With ActiveCell.Characters(1,

Sheets("Sheet1").Range("H1").Value).Font
.Name = "Arial"
.FontStyle = "Bold"
.Size = 10
.ColorIndex = 5
End With
End Sub

Sub normal()
ActiveCell.FormulaR1C1 = _


"IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII IIIIIIIIIIIIIIIIIIIIIIIIII
IIIIIIIIIIIIIIIIIIIIIIIII"
With ActiveCell.Characters(Sheets("Sheet1").Range("H1") .Value + 1,

100).Font
.Name = "Arial"
.FontStyle = "Normal"
.Size = 10
.ColorIndex = 1
End With
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
Question clustered column w/3D visual effect Meenie Charts and Charting in Excel 3 August 29th 09 04:43 AM
Data Labels on Clustered Column w/ 3D Visual effect emwashburn Charts and Charting in Excel 4 November 7th 05 11:50 AM
Data Labels on Clustered Column w/ 3D Visual effect emwashburn Charts and Charting in Excel 0 November 4th 05 09:32 PM
How to do a scatter plot with a 3-D visual effect? Dan UCI Med Charts and Charting in Excel 3 July 20th 05 09:36 PM
can I adopt this persentage code to use H1 as referance value? J_J Excel Programming 5 December 31st 04 04:40 PM


All times are GMT +1. The time now is 12:21 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"