Click here to Skip to main content
15,897,226 members
Home / Discussions / C#
   

C#

 
GeneralRe: Assemblies / Use Variables Pin
ezazazel22-Aug-06 22:52
ezazazel22-Aug-06 22:52 
GeneralRe: Assemblies / Use Variables Pin
Martin#22-Aug-06 23:54
Martin#22-Aug-06 23:54 
QuestionBrowser automation Pin
Dave T22-Aug-06 4:26
Dave T22-Aug-06 4:26 
AnswerRe: Browser automation Pin
Ed.Poore22-Aug-06 4:29
Ed.Poore22-Aug-06 4:29 
GeneralRe: Browser automation Pin
Dave T22-Aug-06 5:40
Dave T22-Aug-06 5:40 
GeneralRe: Browser automation Pin
Ed.Poore22-Aug-06 6:08
Ed.Poore22-Aug-06 6:08 
QuestionNewbie (Http-Tunneling) in C#: Help PLZZZZ!! Pin
gvanto22-Aug-06 4:25
gvanto22-Aug-06 4:25 
Questiondisable special key in .NET (C#,VB) for win xp Pin
jeedjad22-Aug-06 4:14
jeedjad22-Aug-06 4:14 
AnswerRe: disable special key in .NET (C#,VB) for win xp Pin
Ed.Poore22-Aug-06 4:20
Ed.Poore22-Aug-06 4:20 
AnswerRe: disable special key in .NET (C#,VB) for win xp Pin
Eric Dahlvang22-Aug-06 4:57
Eric Dahlvang22-Aug-06 4:57 
GeneralRe: disable special key in .NET (C#,VB) for win xp Pin
jeedjad22-Aug-06 9:16
jeedjad22-Aug-06 9:16 
GeneralRe: disable special key in .NET (C#,VB) for win xp Pin
Eric Dahlvang22-Aug-06 9:52
Eric Dahlvang22-Aug-06 9:52 
GeneralRe: disable special key in .NET (C#,VB) for win xp [modified] Pin
jeedjad22-Aug-06 18:51
jeedjad22-Aug-06 18:51 
GeneralRe: disable special key in .NET (C#,VB) for win xp Pin
Eric Dahlvang23-Aug-06 4:09
Eric Dahlvang23-Aug-06 4:09 
GeneralRe: disable special key in .NET (C#,VB) for win xp [modified] Pin
jeedjad23-Aug-06 6:13
jeedjad23-Aug-06 6:13 
QuestionPerformance Test Tool For a Desktop Application Pin
Rohit Dev22-Aug-06 4:01
Rohit Dev22-Aug-06 4:01 
AnswerRe: Performance Test Tool For a Desktop Application Pin
Judah Gabriel Himango22-Aug-06 4:21
sponsorJudah Gabriel Himango22-Aug-06 4:21 
QuestionGenerics: Is x numeric? Pin
Tomerland22-Aug-06 3:57
Tomerland22-Aug-06 3:57 
AnswerRe: Generics: Is x numeric? Pin
S. Senthil Kumar22-Aug-06 4:09
S. Senthil Kumar22-Aug-06 4:09 
AnswerRe: Generics: Is x numeric? Pin
Judah Gabriel Himango22-Aug-06 4:17
sponsorJudah Gabriel Himango22-Aug-06 4:17 
AnswerRe: Generics: Is x numeric? Pin
Eric Dahlvang22-Aug-06 5:20
Eric Dahlvang22-Aug-06 5:20 
QuestionProblem with search DateTime with SQL Pin
ATC22-Aug-06 3:56
ATC22-Aug-06 3:56 
QuestionIs OpenSceneGraph as managed c++ in a C# gui possible? Pin
Atlemann22-Aug-06 3:44
Atlemann22-Aug-06 3:44 
AnswerRe: Is OpenSceneGraph as managed c++ in a C# gui possible? Pin
Judah Gabriel Himango22-Aug-06 4:23
sponsorJudah Gabriel Himango22-Aug-06 4:23 
QuestionEditting the range for an excel pivottable Pin
Goalie3522-Aug-06 3:17
Goalie3522-Aug-06 3:17 
I'm working with an MS Excel spreadsheet that contains 2 additional pivottables. When I update this spreadsheet, the 2 pivottables should update as well but currently, they do not.

So my problem is the pivottables do not take into account the possibility that when I update my spreadsheet, there may be more rows than there were before (i.e. if the pivottable was reading the data from the 1st 20 rows of the spreadsheet before, it's still only going to look for the 1st 20 rows after I update the spreadsheet. Even if there are now 50 rows of data). So how do I edit the range of a pivottable?

Does anyone know how to correct this or know of a tutorial?

thanks.

-Goalie35


General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.