bugs >> "Read the response" doesn't work

by YnJheHgyMA » Tue, 29 Jul 2008 03:17:02 GMT

I have tried to click on several email messages to me as a result of
questions in the discussion groups.
I click on "Read the Response" and get a blank screen.
I click on "Click this link to continue " and get a blank screen.
This occurs not only on my home computer but at a major university library
so it is not unique to my home computer.
I don't know exactly what I copied here but I tried to copy th
"properties" of the link referred to above.

http://www.microsoft.com/wn3/aspx/threadnotify.aspx?dg=microsoft.public.internetexplorer.general&ttype=0&rsub=1&tid=f004b1ec-b135-4d18-85ba-31f2e66d43de&url=http%3a%2f%2fwww.microsoft.com%2fcommunities%2fnewsgroups%2flist%2fen-us%2fdefault.aspx%3fdg%3dmicrosoft.public.internetexplorer.general%26mid%3d503bca89-23ab-4b1b-ad65-9c2e28cb86d9&signupurl=http%3a%2f%2fwww.microsoft.com%2fwn3%2faspx%2fthreadnotify.aspx&subtype=0&tname=Re%3a


bugs >> "Read the response" doesn't work

by Jan Hyde (VB MVP) » Tue, 29 Jul 2008 18:20:40 GMT


braxx20 < XXXX@XXXXX.COM >'s wild thoughts
were released on Mon, 28 Jul 2008 12:17:02 -0700 bearing the
following fruit:


You know this is a Visual Basic group right?
https://mvp.support.microsoft.com/profile/Jan.Hyde



bugs >> "Read the response" doesn't work

by YnJheHgyMA » Wed, 30 Jul 2008 02:06:00 GMT

Thankyou but I have no idea what Visual Basic is. I tried to copy the address
but believe that a heck of a lot more was included in what I posted than the
actual address.





"Read the response" doesn't work

by YnJheHgyMA » Wed, 30 Jul 2008 03:19:00 GMT

LO AND BEHOLD
Evidently, since my post, my problem has miraculously disappeared. Strange,
huh?






"Read the response" doesn't work

by VGFuYU1hcnk » Wed, 13 Aug 2008 00:40:09 GMT

Actually, no; it hasn't. I'm still having the same problem today....8/12/08







"Read the response" doesn't work

by YnJheHgyMA » Wed, 13 Aug 2008 03:32:10 GMT

You are ABSOLUTELY RIGHT!!!

Some days it works, some days it doesn't. Microsoft must be a really crappy
outfit to let this happen (don't tell me they don't monitor these sites)!!








"Read the response" doesn't work

by expvb » Wed, 13 Aug 2008 04:20:43 GMT

This group is for Visual Basic, not Vista Business. Please post to groups
with "vista" in the name.

Thank you




RE: "Read the response" doesn't work

by U3RldmU » Sat, 08 Nov 2008 22:46:01 GMT

Well, it's November and I guess they haven't fixed the problem. I checked the
"Notify me of replies" box on this message, but I guess that won't help since
I can't see the replies.

Steve





"Read the response" doesn't work

by Karl E. Peterson » Wed, 10 Dec 2008 05:50:32 GMT




I'd suggest you "get a real newsreader" or, at least, Outlook Express.

This isn't (despite all appearances) a website. It's a newsgroup. HTH!
--
.NET: It's About Trust!
http://vfred.mvps.org




RE: "Read the response" doesn't work

by YXc » Tue, 14 Apr 2009 15:59:02 GMT

I'm having the identical problem on April 14, 2009. In response to a
question I posted about Word crashing when I try to insert a picture from a
file, I received an email from " XXXX@XXXXX.COM with the subject line
"Microsoft Community Nofication - . . ." which instructs me to "Read and rate
the response." When I click on the link I get a blank page. It appears that
this is a continuing problem that has been ongoing for some time.





"Read the response" doesn't work

by Henning » Sun, 19 Apr 2009 06:56:20 GMT

And the bug in VB(VisualBasic) is?

/Henning

"aw" < XXXX@XXXXX.COM > skrev i meddelandet






"Read the response" doesn't work

by YXc » Sun, 19 Apr 2009 23:02:02 GMT

Sorry, Microsoft must have directed me (and maybe Steve and braxx20 as well)
to the wrong discussion group earlier. My problem had nothing to do with VB
and the emailed original link is working properly today. Must have been a MS
problem when I tried before and came up with nothing. It's working properly
today and I have received helpful responses from the proper group. aw







Similar Threads

1. Excel formula doesn't work when put in from VBA, but works when written in Excel

2. Excel formula doesn't work when put in from VBA, but works when written in Excel

You can also look at the FormulaLocal option; it uses local separators and function names

-- 
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Dave Peterson" < XXXX@XXXXX.COM > wrote in message news: XXXX@XXXXX.COM ...
| Excel is USA centric.
|
| Try changing your semicolons (;) to commas (,).
|
|
|
| Frank_T_L wrote:
| >
| > I have made vba-code that makes a formula to be pasted into one cell at the
| > time in Excel.
| >
| > The vba-code:
| >  vAktivCelle = "J" & i
| >         vFormel = "=if(E" & i & "=0;if(((G" & i & "+H" & i &
| > ")*Parametre!$E$5"
| >         vFormel = vFormel & "+G" & i & "+H" & i & "+I" & i & ")-F" & i &
| > "<0;0;"
| >         vFormel = vFormel & "(G" & i & "+H" & i & ")*Parametre!$E$5+G" & i &
| > "+H" & i & "+I" & i & "-F" & i & ");"
| >         vFormel = vFormel & "if(G" & i & "+H" & i & "+I" & i & "-F" & i &
| > "<0;0;"
| >         vFormel = vFormel & "if(E" & i & "=F" & i & ";0;G" & i & "+H" & i &
| > "+I" & i & "-F" & i & ")))"
| >         ActiveSheet.Range(vAktivCelle).Formula = vFormel
| >
| > This generates this formula:
| > 
=if(E2=0;if(((G2+H2)*Parametre!$E$5+G2+H2+I2)-F2<0;0;(G2+H2)*Parametre!$E$5+G2+H2+I2-F2);if(G2+H2+I2-F2<0;0;if(E2=F2;0;G2+H2+I2-F2)))
| >
| > When I run it - I get this error-message:
| > Run-time error '1004'
| > Application-defined or object-defines error
| >
| > **************
| >
| > But: if I remove the first "=", and vba just puts the text into the cells -
| > I can just go to the cell, write "=" in front of the text - and then IT
| > WORKS....!
| >
| > Anyone got an idea about why it doesn't work when I put it in from vba?
| >
| > Frank
|
| -- 
|
| Dave Peterson 


3. Excel formula doesn't work when put in from vba, but the formula works in Excel

4. WScript.Shell works as .vbs file, doesn't work as .htm file

5. Working vbs program doesn't work anymore -HELP

6. excel work sheet control doesn't work

I draw a excel sheet control on my form,

Private Sub Command2_Click()
'
   OLE1.Class = "Excel.Sheet.5"
   OLE1.Action = 0  'OLE_CREATE_EMBED

   'OLE1.Height = 4000
   'OLE1.Width = 8000

   'OLE1.Visible = True
   'OLE1.Enabled = True

         OLE1.Action = 7  'OLE_ACTIVATE

         'OLE1.object.cells(1, 1).Value = "Jan"
         'OLE1.object.cells(2, 1).Value = 3
         'OLE1.object.cells(3, 1).Value = 4
         'OLE1.object.cells(4, 1).Value = 6

End Sub

and try to use cell to set values, but the VB always give me error,  sounds
no cell property under 'object' ?
what 's wrong ? the excel.sheet version not right ?

what I want in my code is just put a grid, and set value on each grid, or
are there any other ways I can implement this ?

thanks a lot for any input .


7. ActiveX-Exe: .Value=True doesn't work while direct click on button works - Visual Basic/VB

8. Run .bat as Scheduled Task doesn't work, but manual execute works

I have a vb script that is executed from a .bat file.  When I fire off the 
.bat file manually it works fine.  When I run it as a Scheduled Task using 
CMD.exe it almost finishes and then hangs.  I'm using the same admin account 
for both scenarios.  This is after a Windows Server 2003 upgrade.  Any 
thoughts?