I need some help and I can't find the answer elsewhere on here or anywhere.
I'm using jagged arrays to store information, I declared it as so:
Dim mainArray() As Variant, subArray() As Variant
...
Redim mainArray(1 To 5)
Redim subArray(1 To 5)
mainArray(1) = subArray
...
and later when I need...
I've written a function which takes a range of usually a few thousand cells, puts them in an array, sorts them and finds a particular located cell and returns that value. The sorting takes a moment to complete so the calculation usually takes approx a second.
Then I noticed that automatic...
I've got a "menu" slide with all the custom shows assigned to buttons. I need to style the buttons as "visited" once clicked but I can't assign a link AND a macro to a button so I'm trying to get the macro to run the custom show.
Here;s what i have (the shape name is the same as the show...
I'm trying to set up a macro to make custom shows in Powerpoint based on the title slides, the problem is custom show names have a limit of 32 characters.
So if the title string variable contains more than 32 characters, how do I chop off the end.
thank you
When i use a raster image with transparency in Freehand (i.e. an imported PNG), the vector objects beind the image's transparent area have no anti-aliasing applied when exported to a single layer image.
The only time they do anti-alias is behind any raster effects - but the raster effects screw...
Hi everybody,
i'm a novice trying to write a macro for a simple graph splitter. Just one that takes the graph you're looking at and divides it up into smaller ranges.
Currently i have it working on a simple loop. The problem is you have to manually input the start and end row numbers. Also...
I've been pondering this one all day and thought i'd see if anyone else can help.
I'm making an interactive book in powerpoint and i want a quiz at the end. Each question will have it's own slide and 4 answers to choose from. After deciding that creating an access database using a form for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.