Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~661 People Reached
Favorite Tags
Member Avatar for gurushankar

Hi All, I have two excel sheets "A" and "B" In "A" I have list of sheets present in B When i click on a cell(where worksheet name is present) I have to navigated to the particular sheet. I have done code, but when the workbook is already open, it …

0
52
Member Avatar for gurushankar

Hi All, I am trying to copy recordset in excel file. When i execute the query in toad it is obtaining 12 records. But when i use ADODB.RecordSet it is returning only one record. Please help me in fixing this.. Set objRec = CreateObject("ADODB.Recordset") objRec.Open SQL, curSession When i return …

Member Avatar for debasisdas
0
57
Member Avatar for gurushankar

Hi Guys, I have written a macro, when i try to save it is asking me to save it in different format (my excel file is in xlsx format). Is there any way i can save my excel file in xls or xlsx along with macro.. in xlsm format macro …

Member Avatar for BitBlt
0
48
Member Avatar for gurushankar

Hi All, I have to test a wsdl. I am using XMLHttp object in VBscript. I have to specify an operation in the script, I am not sure how i can do that. xmlObj=CreateObject(XMLHttp object) xmlObj.open "post",[U]ESDL File Location[/U],"False" xmlObj.SetRequestHeader "content-type",[COLOR="Red"]"applicatin/mentioned the application i need to access"[/COLOR] xmlObj.send RequestXML 'I …

0
63
Member Avatar for gurushankar

hi all, I am very new to rdbms. I am using window7 os. how can i use sql in my system (sql *plus oracle). please help me where i can download this and all the pre-requisites for using it in my laptop. thanks in advance.

Member Avatar for smvinothkumar
0
73
Member Avatar for gurushankar

hi all, I have downloaded sqldeveloper from oracle and installed it. to establish new connection it requires connection name, user name password and xe. where do i find these?( I saw the demo, tried my username and password of oracle, still did not work). kindly help me. thanks for the …

Member Avatar for debasisdas
0
72
Member Avatar for gurushankar

hi all, Im a beginner in C. Can you please help me in explaining the function of ## in the below program. #define f(g,g2) g##g2 main() { int var12=100; printf("%d",f(var,12)); } what does #define f(g,g2) g##g2 mean?

Member Avatar for gurushankar
0
99
Member Avatar for kloony

Can anyone please explain to me the following strange phenomenon? I have a code in C, and when I compile it is Windows Platform compiler (Borland 5.5), they compiling is fine and when I execute the program, everything turns out ok. However, when I use the same code and compile …

Member Avatar for creeps
0
197