Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default possibility of automatically placing an autoshape using a function

what I have is some data tables on sheet2 containing proper date format
and on sheet 1 i have dates (sort of, not in any strict format lik
mm/dd/yy) going down the left and various columns. what i need is t
place an autoshape in the correct place on sheet1 roughly under th
correct date and column. I will need to place smallish diamonds, an
bubbles, and i will need the bubbles text filled with the date from th
datasheet.

I also need the position of these shapes to automatically change if th
date in the data table changes (basicaly i am drawing a chart based o
these dates and the dates are subject to change quite often so it
irritating having to manually re-draw all the shapes).

i dont have much vba experience.

does anyone know if its even possible to put autoshapes in specifie
places in an excel sheet

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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 62
Default possibility of automatically placing an autoshape using a function

neowok,
It sound like you need look into the WorkSheet_Change event to trigger an
update of shape positions, VLookUp to find which date value you should be
inserting and Shapes collection.
Easiest way to give you an idea is Record New Macro, add a shape, position &
size it, change text etc, then see what code VB has generated.

Nick

"neowok " wrote in message
...
what I have is some data tables on sheet2 containing proper date format,
and on sheet 1 i have dates (sort of, not in any strict format like
mm/dd/yy) going down the left and various columns. what i need is to
place an autoshape in the correct place on sheet1 roughly under the
correct date and column. I will need to place smallish diamonds, and
bubbles, and i will need the bubbles text filled with the date from the
datasheet.

I also need the position of these shapes to automatically change if the
date in the data table changes (basicaly i am drawing a chart based on
these dates and the dates are subject to change quite often so its
irritating having to manually re-draw all the shapes).

i dont have much vba experience.

does anyone know if its even possible to put autoshapes in specified
places in an excel sheet?


---
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
Automatically put AutoShape in certain spots Lee Excel Discussion (Misc queries) 3 February 14th 08 01:48 AM
Placing a Return in a Function jdurrmsu Excel Discussion (Misc queries) 3 September 14th 05 07:51 PM
How to use a conditional function to insert an autoshape? ToledoMichael Excel Worksheet Functions 1 July 7th 05 02:27 PM
placing NOW function in IF function Brandon Excel Worksheet Functions 9 June 29th 05 09:32 PM
placing a pull-down menu at a cell location automatically Ken Nysse Excel Programming 4 October 4th 03 06:51 PM


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