Advertisement

1 - 10 of 22 containing alltags:("Office VBA") (0.001 seconds)
I am trying find out what Excel functions I am using in a specific Excel workbook. The workbook is quite large, so i need a VBA macro or utility that will loop through each used cell on every sheet...
Zones: MS ExcelDate Answered: 11/12/2007 Grade: A Views: 0
I have a Ms Word document that has docproperties. ex:  {DOCPROPERTY  test  \* MERGEFORMAT} How can I use VBA to read the value for this Docproperty and store it as a variable? From my code, ...
Zones: MS Word, VB ScriptDate Answered: 01/22/2008 Grade: B Views: 20
I am using the GetOpenFileName API to present the Windows Dialog box to a user so he or she can select a folder for my software to deposit files.  What flag do I need to set to tell GetOpenFileName...
Zones: Visual Basic, Access Coding/MacrosDate Answered: 02/20/2008 Grade: A Views: 8
How would I find the: - 1st day of the month - 1st day of the week - last day of the week - last day of the month for example, if I were to search using today's date I would find: 5/1/2008 ...
Zones: Visual Studio Express, VB ScriptDate Answered: 05/13/2008 Grade: A Views: 0
I have a form named "SysAcs".  On the form, I have a button (Cmd21), and on the buttons onClick event, I'd like to have the form (with the current record) printed to a PDF. I'm trying to make th...
Zones: Access Forms, MS Access, Adobe AcrobatDate Answered: 09/17/2008 Grade: A Views: 23
i have this line in a macro i recorded ActiveSheet.Range("$CBO$1:$CBO$31").RemoveDuplicates Columns:=1, Header:= xlYes and the macro always works on this range, when trying to reuse it. so i...
Zones: MS Excel, Spreadsheet Software, Microsoft Prog...Date Answered: 10/14/2008 Grade: A Views: 4
Hi, I can't find the Redo keyboard shortcut in VBA. If there is one, what is it? If there isn't one, can one be made? How? Thank you, Michael
Zones: Visual Basic, MS ExcelDate Answered: 11/05/2008 Grade: A Views: 5
#1 - I have a Word document that contains many pages. I want to split the pages and save each page into a new Word document using VBA macro. Is this possible? #2 - My Word document contains cust...
Zones: MS Word, VB ScriptDate Answered: 04/03/2008 Grade: A Views: 117
Hi all, re: Office VBA I want to step through all the textboxes I have on a form and change the text color. So I have written the following using the "Control" type , but I see that the "Cont...
Zones: Ms Office Suite, Visual BasicDate Answered: 07/15/2008 Grade: B Views: 0
Hi, How do I incorporate a font size or font name variable into a "PageSetup.CenterHeader = ..." line? What I have so far:    Sub Macro2()    Dim FontSize As Integer    FontSize = 14 ...
Zones: MS Excel, Visual BasicDate Answered: 11/06/2008 Grade: A Views: 18