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

Why can't I record a macro showing 'Organization chart' inserts? Can I use
Organization charts programmatically in EXCEl. Do I have to set references
or add-in?

TIA
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,290
Default Organizational charts

Tom,
You can use the Shell function, but you have to know the file path...
'------------------------------
Sub TestShellFunction()
Dim RetVal As Variant
RetVal = Shell("C:\Program Files\Common Files\Microsoft Shared\Orgchart\ORGCHART.EXE", 1)
End Sub
'------------------------------
Jim Cone
San Francisco, USA


"Tom Rudski"
wrote in message

Why can't I record a macro showing 'Organization chart' inserts? Can I use
Organization charts programmatically in EXCEl. Do I have to set references
or add-in?
TIA
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Organizational charts

Jim,
Thanks for input....
Cannot find the file nor a directory.
I searched C" drive for 'org' and 'chart', found nothing for orgcharts.
Any idea, I can insert an orgcahrt in EXCEL, just can't automate it.

2nd question, if I can get this to work, I noticed that you can only update
teh text in the org box manually. There is not paste option. Is this org
cahrt that restrictive??

TIA

"Jim Cone" wrote:

Tom,
You can use the Shell function, but you have to know the file path...
'------------------------------
Sub TestShellFunction()
Dim RetVal As Variant
RetVal = Shell("C:\Program Files\Common Files\Microsoft Shared\Orgchart\ORGCHART.EXE", 1)
End Sub
'------------------------------
Jim Cone
San Francisco, USA


"Tom Rudski"
wrote in message

Why can't I record a macro showing 'Organization chart' inserts? Can I use
Organization charts programmatically in EXCEl. Do I have to set references
or add-in?
TIA

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,290
Default Organizational charts

Tom,
If you are using Organization Chart then it is on your system somewhere.
I don't believe that it can be programmed using VBA, I have never
heard of it being done.
I am an infrequent user of OC and not prepared to answer questions about it.
Regards,
Jim Cone
San Francisco, USA



"Tom Rudski"

wrote in message

Jim,
Thanks for input....
Cannot find the file nor a directory.
I searched C" drive for 'org' and 'chart', found nothing for orgcharts.
Any idea, I can insert an orgcahrt in EXCEL, just can't automate it.

2nd question, if I can get this to work, I noticed that you can only update
teh text in the org box manually. There is not paste option. Is this org
cahrt that restrictive??
TIA



"Jim Cone" wrote:
Tom,
You can use the Shell function, but you have to know the file path...
'------------------------------
Sub TestShellFunction()
Dim RetVal As Variant
RetVal = Shell("C:\Program Files\Common Files\Microsoft Shared\Orgchart\ORGCHART.EXE", 1)
End Sub
'------------------------------
Jim Cone
San Francisco, USA




"Tom Rudski"
wrote in message

Why can't I record a macro showing 'Organization chart' inserts? Can I use
Organization charts programmatically in EXCEl. Do I have to set references
or add-in?
TIA

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
Organizational Charts Org chart Charts and Charting in Excel 0 March 17th 09 08:50 PM
Organizational Chart Mike Rogers Excel Discussion (Misc queries) 0 November 29th 06 07:32 PM
Organizational Chart CLR Excel Discussion (Misc queries) 0 November 29th 06 07:18 PM
Organizational Chart Mike Rogers Excel Discussion (Misc queries) 0 November 29th 06 06:05 PM
Creating organizational charts using VBA code? KitKat Excel Programming 3 April 3rd 04 12:01 AM


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