Tagged Questions

0
votes
2answers
21 views

Merge and Left Justify a Range of Rows in Excel

I have a macro to select a range of cells on the same row and then merge & left justify that selection. I would like to enhance it to allow me to select a range or block of rows and perform the …
4
votes
1answer
34 views

Who am I? How to use Microsoft Office Permission/UserPermission

Microsoft Office documents, im my case: PowerPoint presentations, can have restricted permissions. How can I find out, programmatically, which permissions my code has on a given document? All I can …
0
votes
1answer
25 views

How to requery a subform from another form?

I've struggling with this problem on my own, then with some help, then search about it; but I haven't had any luck. So I decided to ask. I have two forms in Access 2007 lets call them MainForm and …
1
vote
1answer
15 views

Iterating quickly through Outlook appointment items

I've written a macro which iterates through a users calendar and makes modifications to entries that fufil a certain critera. The problem is that when the calendar is very big, this takes a long time …
0
votes
1answer
40 views

what is the purpose of OFFSET in excel?

In Excel, the Offset function returns a reference to a range that is offset a number of rows and columns from another range or cell. can someone please tell me what that means? for example in this …
0
votes
1answer
18 views

feeding data labels into excel with VBA

i have a scatter plot graph i would like each dot to have a label. how do i feed in labels through VBA for each dot?
1
vote
4answers
40 views

excel: mid: can’t find project or library

for some reason in my VBA code in excel, when it gets to a line of code where i am using mid it says can't find project or library. what does this mean?
0
votes
1answer
24 views

excel: object variable or with block variable not set

Dim cht As Chart Dim Xleft As Double, Ytop As Double Xleft = cht.PlotArea.InsideLeft i am getting this error on the third line. does anyone know why? here is the full code. please keep in mind that …
0
votes
1answer
12 views

excel 2003, putting a button or textbox on worksheet?

does anyone know how to place buttons or textboxes on worksheet with vba or manually?
1
vote
2answers
18 views

vba, excel - detecting with xls files have a macro in them?

does anyone know a programmatic way to determine whether an excel file has a macro with it? i have hundreds of excel files and i need to know which files have macros in them?
1
vote
1answer
27 views

What is the proper way to handle module level arrays in a VBA class?

What is the proper way to handle a module level array in a VBA class? I use Property Let and Property Get for other variables, but I haven't figured out how to pass arrays to and from Properties. …
1
vote
1answer
46 views

excel vba adding programatically commandbutton to userform

hi, in excel vba i have added a commandbutton to userform... like below Set ctrl = Me.Controls.Add( _ bstrProgID:="Forms.CommandButton.1", _ Name:="CommandButton1", Visible:=True) …
1
vote
1answer
35 views

Excel: filtering a time series graph

I have data that looks like the following: ID | Location | Attendees | StartDate | EndDate --------------------------------------------- Event1 | Bldg 1 | 10 | June 1 | June 5 …
0
votes
2answers
25 views

Powerpoint VBA - Distribute columns evenly

Am using powerpoint 2000 which does not have the distribute columns evenly function that 2003 and newer has. Anyone know what VBA code would be used to distribute selected table columns evenly? (I …
0
votes
1answer
25 views

How can I programatically (VBA) copy an excel slide to a Word document

Goal: Step 1. Use a PowerPoint presentation during a seminar that allows the presenter to click on text fields and fill in information while still in "slideshow" view. Step 2. Copy (in any way) the …

1 2 3 4 5 95 next
15 30 50 per page