Tagged Questions

0
votes
2answers
24 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 …
0
votes
0answers
8 views

Refresh Pivot Table With XML From ServerXMLHTTP Response

I have succesfully made an Ajax like request to a web service using Microsoft Excel. My goal is to have a button that the user can click to pull down the information and refresh the pivot tables …
0
votes
2answers
33 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 …
4
votes
1answer
42 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
0answers
8 views

Question about replicating Word form fields in a table

I have a project in development that uses Word documents as an input mechanism to a larger system. My company's client has 4 different Word documents they use that contain form fields. When the …
1
vote
1answer
16 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
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?
0
votes
1answer
41 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
15 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?
0
votes
1answer
25 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 …
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?
0
votes
1answer
27 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
vote
4answers
42 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
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 …
1
vote
1answer
36 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 …

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