-
- WSS 3.0 "This stock feature has been retired."
by bafadam
- 14 Replies
- Last post
by cis365
- What is this error No hits on google, nothing wrong with the page....nothing (that I know of) has changed recently.
Anyone have any clue with this could possibly be referencing
-
- Question about VBA and Office 2007
by loganscott2000
- 5 Replies
- Last post
by magicalclick
- Hey, everyone. We have several (dozen!) Word template files that contain a LOT of VBA code. We are evaluating the benefits/risks of converting these docs to Office 2007.
That said, my questions are:
1. Are there any known issues with converting them to 2007 Specifically, if I just open the file (and convert it) to 2007, is my code going to *** out on me
2. Do I have to convert (or
-
- Document Object help!
by Thecodont
- 0 Replies
- Last post
by Thecodont
- Hi, I am a total newbe to VB and am having some trouble with what i think is VB...or possibly VBA.
I wanted to take data that a user would enter via Word template and then take that data and push parts of it into another word document.
It looks like I can do it via bookmarks but since I already have an Object called ThisDocument, I am not sure how to go about adding a second doc
-
- WER wish list for developers 8-)
by Claus Brod
- 14 Replies
- Last post
by Joel Stein
- Jason Hardester posted today about some of the decisions made at Microsoft around WER, and concluded with a call to action to collect requirements for WER from a developer point of view. I'm glad to oblige (And thanks, Jason, for your helpful post.) My main issue with the current implementation of WER, particularly on Vista, is that it makes it hard for a developer to find out whether a crash rep
-
- Browse hard disk with VBA
by gbvdh
- 1 Replies
- Last post
by Andy Pope
- Hello,
I want to read a text file into Excel with VBA. This all works fine with some code I found, the only problem is that the text file I want to open should either be written in the code, or in a textbox but than I have to type the complete location (C:\MyDocuments....) what I would like to have is a browser, similar to the one from Windows on "Ctrl O", which opens when I p
-
- How to Get Position of Scribble line's Points?
by Sstar
- 4 Replies
- Last post
by Sstar
- I have scribble line object in my Ms Word document.
Shape.Type = msoFreeform
Now I want to get position of the controls points and change it slightly. How can I get the controls points' position in the first place.
I noticed that
Shape.ShapeNodes.SetPosition ( index, x, y)
helped me to set position of each node. However, no ShapeNodes.GetPosition functio
-
- How do I configure sharepoint data to point different directory?
by eac022403
- 3 Replies
- Last post
by MS ISV Buddy Team
- I have created 20 GB vhd and install my SharePoint on it. Everything I put as data will be written on that 20 GB vhd. But if I put all my data in shared folder, it will be filled out quickly and I will be out of space. Is there anyway to store the new data other than the vhd and still be shared For example for my shared folder, I want to put the data in another drive but I want them to be shared t
-
- How to check if a date exists
by HMote
- 10 Replies
- Last post
by HMote
- Could anyone point me in the right direction I just need a way to see if a date exists...example: "6/31/07" doesn't exist, whereas "6/30/07" does exist. Thanks!
-
- Microsoft Office Document Imaging no longer in Printers Folder, Using XP and Office XP Professional
by vab
- 13 Replies
- Last post
by N_Horden
- This problem has been mentioned by many other users (in a different thread subject), so I wanted to start a new thread. I have tried many suggestions, but none have worked for me.
My MODI has been a print option for me until just recently. It disappeared from my printers folder. I have repaired, removed, and re-installed Microsoft Office. The MODI will still not appear in the printers folder.
-
- dynamic creation of userform
by jiml27
- 10 Replies
- Last post
by Andy Pope
- I am trying to create a userform dynamically. I am having limited success, and have a few questions. For early binding, I use this code:
Code Snippet
Public UserForm1 as UserForm The question, then, is how to instantiate the userform The code that I use for late binding does not work:
Code Snippet
set UserForm1 = ThisDocument.VBProject.VBComponents.Add(3) and nei
-
- Footer in Word document
by kkrishna
- 2 Replies
- Last post
by kkrishna
- Hi All,
I am formatting a Word document generated from DOORS database. I want to do the following:
1. Insert two footers with the current date on the right hand side and the page number on the left hand side. With the wdHeaderFooterPrimary property, I can insert any one but not both. How can I do that
2. The generated Word document has scattered bulleted/numbered lists. How can I iden
-
- Using arrows to select in drop down list in access
by RhysDavies
- 4 Replies
- Last post
by RhysDavies
- Hi - anyone know how to get a drop down list combo box to allow you to select an option using the up/down arrows on the keyboard in access rather than having to click on the down arrow on the combo box in access - user wants to do it by tabbing into boxes and using the arrows to select because its quicker.
thanks,
Rhys.
-
- VBA Macro created in Word Template not running when template is launched in Internet Explorer
by S Prasad
- 6 Replies
- Last post
by S Prasad
- Hello:
I have a Word template that contains a VBA application. This application is launched through a macro and runs fine when I double click and open the template using MS Word. However, when I tried to open the same WORD template file in Internet Explorer (this is the final requirement), it fails to launch the application or run the macro. I am already using the following code in the ThisDoc
-
- Subscript out of range
by NutoVBA
- 6 Replies
- Last post
by NutoVBA
- I am new to VBA and am trying to create a copy of a sheet from one workbook to another workbook using the following code:
Workbooks.Open Filename:=bw_path & "\" & bw_file
'Opening the file from which I want to copy.
Sheets(bw_sh).Copy After:=ThisWorkbook.Sheets(3)
'Trying to copy the open worksheet into the workbook housing the macro.
I am getting the "sub
-
- Thanks for the code
by Scott Boyd
- 2 Replies
- Last post
by Scott Boyd
- Thank you so much for the code, i honestly didn't expect anyone to actually draft me out a full solution - not that im complaining!! I have copied the code in and am trying to understand it so i can make any minor tweaks that are needed. I have never used range before - i take it this works similar to a vlookup in this sense. I am working my way through it but not sure what it does to the second s
-
- need to access my old email account at Email: burns2596@sbcglobal.net
by Ralph Burns
- 2 Replies
- Last post
by Carole Pennisi
- I need help with veiwing my old internet Email account: burns2596@sbcglobal.net . Please, help.
-
- Display a TextBox or Non-modal Message Box
by sg549
- 6 Replies
- Last post
by Andy Pope
- Hi all. What I'm trying to do is put up a user form with a text box while a process is running. I don't need a progress bar, as the process is not that long. I have created a userform that includes a textbox, but only the userform comes up when I ".show" it. Why won't the text box portion of the userform show
Alternatively, is it possible to put up a "non-modal" system
-
- Excel Command Button - Hide multiple sheets based on IF statement
by suznal
- 9 Replies
- Last post
by suznal
- I have a sheet in a workbook that acts as a sort of table of contents.
All of the sheets in the workbook are listed in a column and the column to the left of each worksheet name is either blank or contains an ¡®X¡¯ depending on whether the sheet was used on a particular occasion.
I have a command button on the page that will hide a sheet if a particular cell is empty. Currently this only wor
-
- Timer on macro execution run time
by une
- 8 Replies
- Last post
by Andy Pope
- I have written some text analysing code that takes a long time to execute if the text selection made by the user for analysis by the macro is too large. Therefore I would like to add the following functionality to the macro;
If after 15 seconds of execution the macro has not completed, I would like execution to halt and output a message to the user asking them to reduce the size of the sele
-
- Excel VBA - Moving Shape to specific position
by ajliaks
- 3 Replies
- Last post
by JBNV123
- Hi guys,
Could anyone tell me how can I move a Text Box called "X" to a specific position
I am trying something like this, but getting error!
ActiveSheet.Shapes("X").Select Selection.ShapeRange.Move(x,y)
Thanks in advance,
Aldo.
-
- How can I see the stack trace from the .mdmp file?
by Vedratna
- 14 Replies
- Last post
by Vedratna
- hi, everbody
we have recently created account in winqual and also successfully mapped our product over there. We also receive some error reports(buckets) in it. We have downloaded some of them in form of cabinet file. After extracting it we get the file having extension of .mdmp. I have opened it in windbg through open crash dump option. It opens it successfully but I can't see any stacktrace i
-
- WorksheetFunction Object help needed
by Rakesh Simpi
- 4 Replies
- Last post
by rakesh
- i am trying to use WorksheetFunction object to calculate R-Square (linear regression) value. Now, if i export my numeric data to cells of a worksheet and use Value2 function, i get an appropriate answer. But, if i try to use WorksheetFunction object by passing my arrays of integer, it gives me some spurious result which seems to be completely irrelavant. here is my sample code: dim Appp as new Exc
-
- PowerPoint Question
by rikstick
- 1 Replies
- Last post
by rikstick
- I would like to create an add-in using VBA that will create navigation buttons to move forward or backwards through any powerpoint show. I am relatively new to VBA programming so please be gentle with me
-
- iexplore.exe - Application Error (EVERY TIME I CLOSE IE7) :(
by sapphireoceans
- 14 Replies
- Last post
by Jillytodd
- Hi, I am absolutely clueless as to why this keeps happening, but it is driving me insane!! The exact error message reads: 'The exception unknown software exception (0x0eedfade) occurred in the application at location 0x7c81eb33.' Could anyone shed some light on maybe what the cause is and/or how I can fix it Thank you in advance to anyone who reads and/or offers any information. Laura x
-
- How can I see the stack trace from the .mdmp file?
by Vedratna
- 14 Replies
- Last post
by Vedratna
- hi, everbody
we have recently created account in winqual and also successfully mapped our product over there. We also receive some error reports(buckets) in it. We have downloaded some of them in form of cabinet file. After extracting it we get the file having extension of .mdmp. I have opened it in windbg through open crash dump option. It opens it successfully but I can't see any stacktrace i