View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Add Arrow to Form?

Besides using fonts (perhaps in a label),
You can make pictures and put these in an image control, but you can't use
items from the drawing toolbar directly in a userform - at least not with
built in commands.

--
Regards,
Tom Ogilvy

"Mark Heyhoe" wrote in message
...
Hi,
Is it possible to display an arrow (up or down to show direction of change

in values) to a form or add other drawing items?

Thanks,
Mark