-
- hung app help for web developer
by ftriantos
- 4 Replies
- Last post
by Johnny20
- This is not a spyware or temporary internet files problem, I am a developer at a large website and the few clients who receive this error get it on every IE browser they encounter (we have logged in as them in a lot of places). I figured I would get that clear from the start.
The problem is probably related to iframes and some DHTML, but it works well in Mozilla Firefox for all. When IE (6)&nbs
-
- Are these valid bucket ids ?
by DHON
- 14 Replies
- Last post
by Claus Brod
- Hi Jason, Saar,
The reports at my end is having following bucket id : 456012092, 455976259, 455999458, 49984945. But these reports are not available in Winqual - atleast I can't see when I log in to Winqual. One of them is as old as 6 days. Others are one day.
Could you please, confirm whether these are all valid bucket id If not then reason.
Thanks,
DHON
-
- Setting properties
by une
- 4 Replies
- Last post
by une
- It seems that there are two ways to set a property. Using the example of a label on a userform, the property for it's initial caption and colour can be set by editing the appropriate fields in the properties window. That is easy, but these initial settings do not show up in any code on the userform. How could the initial settings for the caption and colour properties of the label be set via code i
-
- Entering formulas in cells from VBA code in Excel
by conjurer
- 2 Replies
- Last post
by conjurer
- While my programming skills are good I have not yet mastered the Excel objects. I would like to know how to enter formulas into cells from the Change event in Excel. Here is the scenario.
Assume the sheet is protected except for column 'A'.
When data is entered into cells in column 'A' the Change event will be fired. From the Change event I need to enter formulas into cells in columns 'B' th
-
- sorting in ListView
by BirDene
- 2 Replies
- Last post
by BirDene
- Can I do sorting in all columns of ListView Does anybody know
-
- Beginner problem
by JAndreassen
- 4 Replies
- Last post
by Jørgen
- I need a macro in Excel that starts in for instance cell A1 and then checks the whole B-column if the same value is present there, if not continue to A2 and check whole B-column again.
I've figured I may use For/next, but I'm kinda stuck.
Thanks for help.
-
- Remote Access
by ZQuest
- 0 Replies
- Last post
by ZQuest
- Hi! Cold someone help me
i want to connect to any computer in my work Domain using internet by Remote access
-
- Does Winqual accept WER reports from Vista systems?
by Claus Brod
- 14 Replies
- Last post
by Jason Hardester - MSFT
- Hi all, we recently registered for the Winqual site. Reports are coming in about crashes in our application which occur on Windows XP systems, so it seems like the whole registration process worked as expected. However, we also ran our application (same version as on XP) on Vista, and provoked several crashes (same type of crashes as the ones on XP) there - but don't see *any* reports on the Winqu
-
- Round a Value to Specified Number
by Tantani
- 2 Replies
- Last post
by Tantani
- Hello Guys, I am working in Access VBA 2003. And now I am working on Recordsets. I have a table named "Book" and within this table I have the attribute named "Quantity". The quantities of the books are defined in fraction numbers and I would to convert them to integer. I would like to defind a method to check and do the following thing: If i = 0.01 To 0.99 Then i = 0 OR If
-
- About string split
by YaelS
- 3 Replies
- Last post
by Andy Pope
- Hi,
I have this string:
"C:\MyFile.doc#C:\MyFile.doc#"
I want to get this:
"C:\MyFile.doc"
How
strLink = Split(strLink, "#")(0)
It's good
Thank's
-
- VBA Problem with Excel PrintOut Method
by newone
- 1 Replies
- Last post
by Luiz Claudio - MVP
- Hi,
I'm currently working on a small application for educational purposes.
The application checks a user's knowledge in Office applications like Excel,Word and Access.
The problem is that in a certain question when a user is asked to print a number of pages and a number of copies in a workbook.
There is no direct way for my application to find out if the user has entered the correct pa
-
- LCS 2005 SP1 (Outlook Contact pulled into MOC not Normalised by ABS)
by DeonSt
- 1 Replies
- Last post
by DeonSt
- Help , I am desperate to get this issue resolved.
Setup
LCS 2005SP1 SE with patch LCS2005-KB911996-x86-Usa1.msi installed to resolve issues including ABS Number Normalisation.
Phone integration enabled for MOC users via Remote Call Control on LCS & PBX
Desktop users have a variety of Desktops
Vista Business and Office System 2007
XP Pro SP2 with Office 2003
The pro
-
- Loop causing MS Word freeze
by une
- 6 Replies
- Last post
by Andy Pope
- I tried to run a simple loop I created as a macro employing a user form that contains a label and a command button. I want the label caption to alternate between OFF and ON as the command button is clicked. There must have been an error of some sort as when I ran the macro it froze MS Word completely. No compile error ever appeared and the macro DID begin to run without protest. I looked
-
- recuring compilation errors after access 2.0 conversion to access 97. Please HELP!!!!
by Alexei_shk
- 0 Replies
- Last post
by Alexei_shk
- Hi everybody.
After converting access 2.0 to access 97 and after successfully compiling and saving all modules, I still get compilation errors almost each time I touch the code.
The compilation errors range from outright ' The program has countered a problem and needs to shut down' to the milder reference problems: Suddenly a one-minute-before-successfully compiled code, does not recognize s
-
- Quit excel
by une
- 2 Replies
- Last post
by magicalclick
- I have a Sub in which there is an If statement. If a certain condition is found to be false in this If statement, I want Excel to display a message and then have Excel close down immediately. Here is the code;
If validName = False Then MsgBox ("Sorry, I do not know you. Please complete a voucher manually.") Application.DisplayAlerts = False Application.Quit MsgBox ("Test for
-
- 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
-
- HELP: Business Scorecard Manager 2005
by kenny_m
- 3 Replies
- Last post
by MS ISV Buddy Team
- Hi all, Good day! We have Sharepoint Portal Server 2003 installed in our system. I installed both the Business Scorecard Manager Server and Builder (demo_ in the same server with sharepoint. The installation went well but there seems to have no change at all. I have use scorecards before with scorecard accelerator. I don't know if this is an issue but we don't have SQL server 2005 installed. Then
-
- ComboBox listing on Startup
by Philsophaie
- 8 Replies
- Last post
by Philsophaie
- The ComboBox1 doesn't initialize the list automatically. It only puts up a blank ComboBox . Here is the code I am using:
Private Sub Form1_Load() ComboBox1.Items.Add ("Open App1") ComboBox1.Items.Add ("Open App2") ComboBox1.Items.Add ("Open App3") ComboBox1.Items.Add ("Open App4") End Sub
-
- Can anyone tell what is wrong with this? Excel is saying there is "run time error '1004' Autofill Range Class of Method Failed"
by Visual Basic Beginner123456
- 4 Replies
- Last post
by Martin Xie - MSFT
- Sub Test() ' ' Test Macro ' ' Keyboard Shortcut: Ctrl+t ' Selection.AutoFill Destination:=Range("C4:T4"), Type:=xlFillDefault Range("C4:T4").Select ActiveWindow.ScrollColumn = 13 ActiveWindow.ScrollColumn = 12 ActiveWindow.ScrollColumn = 11 ActiveWindow.ScrollColumn = 10 ActiveWindow.ScrollColumn = 9 ActiveWindow.ScrollColumn = 8 ActiveWindow.ScrollColumn = 7
-
- Delete Unwanted rows based on value in cell
by Donaghy
- 7 Replies
- Last post
by magicalclick
- Hi all,
I have to loop through a range of rows with an excel sheet and delete unwanted data. To identify the rows to be deleted I have to do the following:
Firstly I must start at A1 and check if it contains the value "Product", if not i go to the next row but if it does i must then delete this row and go to the next.
I must then check that the next cell contains the value "
-
- How to insert a Watermark in a Word form
by Blinocac200sx
- 0 Replies
- Last post
by Blinocac200sx
- I have a form that's to be used for field inspections and the users would like to have the option to print a draft copy on sight with a watermark that says so. I already have code to make a checkbox do this in the footer, but now they want it in the body of the form as well. I'll also need to have the watermark removed if the deselect the draft checkbox.
-
- BSM Web service install error
by biz72
- 1 Replies
- Last post
by biz72
- I am currently attempting to install BSM 2005 trial version. Here is the setup:
Windows 2003 Server running SQL Server 2000
Windows 2003 web server with Windows Sharepoint Services 2.0
I have installed all the pre-requistes, installed BSM on the SQL the Server and created and extended a site on the web server.
I hit a problem when trying to install the web parts and web ser
-
- WorkbookActivate or WindowActivate not firing in excel VBA
by kvreddy
- 4 Replies
- Last post
by kvreddy
- I have written excel VBA for office 2007.
WorkbookActivate or WindowActivate not firing while switching the windows or excel applications.
can any one help me.
Thanks
-
- How to get a control by its name (not in a form)
by Duy Cuong
- 2 Replies
- Last post
by Duy Cuong
- In my presentation I have some controls, which I know their names. The question is how to use their name to change their proper ties... somehow like Dim myControl As control Set myControl = Controls("CheckBox1") myControl.Visible = False End Sub please help !!!
-
- I've received empower, but where are serial numbers???
by Ihor Bobak
- 6 Replies
- Last post
by orcmid
- Last year I ordered Action Pack - I received disks and serial numbers sticked on disk folders. This year I ordered Empower. I received many disks, many papers (license agreement and advertisement materials), but where are serial numbers I don't see them neither sticked on disk folders, nor among all papers. I cannot install Windows Vista... Can anyone give me a hint - where can I get my serial nu