Click here to Skip to main content
16,004,974 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionPreventing User Control Unhandled Exceptions from Bubbling up to the Main Form? Pin
ndurso28-Jul-05 9:38
ndurso28-Jul-05 9:38 
AnswerRe: Preventing User Control Unhandled Exceptions from Bubbling up to the Main Form? Pin
Anonymous28-Jul-05 10:03
Anonymous28-Jul-05 10:03 
AnswerRe: Preventing User Control Unhandled Exceptions from Bubbling up to the Main Form? Pin
Briga28-Jul-05 22:06
Briga28-Jul-05 22:06 
GeneralLoading ActiveX in Limitted User Account Pin
MohammadAmiry28-Jul-05 7:26
MohammadAmiry28-Jul-05 7:26 
QuestionBest Aproach When Working with Crystal Reports .Net? Pin
korso_rogan28-Jul-05 5:43
korso_rogan28-Jul-05 5:43 
General"Setup cannot continue....." <URGENT HELP> Pin
GSKhalsa28-Jul-05 5:32
GSKhalsa28-Jul-05 5:32 
Generalexcel marco Pin
lhahehal28-Jul-05 4:45
lhahehal28-Jul-05 4:45 
GeneralRe: excel marco Pin
rhenerlau28-Jul-05 7:10
rhenerlau28-Jul-05 7:10 
use the sheet address before the cell address, such as:

(From a multi-sheet XL spreadsheet with the sheets called "Sheet1" and "Sheet2", respectively:

put the numbers 1 and 3 in cells "A1" and "B1", respecively, of "sheet1", in a cell in "sheet2" (or whatver sheet you want the calculated answers to appear in), put the following to do calculations:

=Sheet1!B1-Sheet1!A1

The answer should appear on "sheet2" (or whatever sheet you put the calcs in) in whatever cell you choose to do the formula in, and it should say 2. Simply put the "SheetName" and an exclamation point ("!") before the cell reference, not in quotes, though. Hope this helps!

Richard
Generalsetup Pin
fatidarya28-Jul-05 4:09
fatidarya28-Jul-05 4:09 
GeneralWord Automation query Pin
Mathew Gorge Whiz28-Jul-05 4:03
Mathew Gorge Whiz28-Jul-05 4:03 
GeneralCloning an Array Pin
directred28-Jul-05 1:20
directred28-Jul-05 1:20 
GeneralCloning an Array ... Added more comments Pin
directred28-Jul-05 1:36
directred28-Jul-05 1:36 
Generalrecording voice Pin
Veera Raghavendra28-Jul-05 1:03
Veera Raghavendra28-Jul-05 1:03 
GeneralUrgent !regarding sqlDataAdapter.Update Method Pin
Madni Abbasi28-Jul-05 0:27
Madni Abbasi28-Jul-05 0:27 
GeneralError in VBScript Pin
Spaz8027-Jul-05 22:38
Spaz8027-Jul-05 22:38 
GeneralParameters In Crystal Report Pin
Hassanur27-Jul-05 21:45
Hassanur27-Jul-05 21:45 
GeneralRe: Parameters In Crystal Report Pin
Madni Abbasi28-Jul-05 0:44
Madni Abbasi28-Jul-05 0:44 
GeneralBoolean datatype Pin
Rami8027-Jul-05 20:17
Rami8027-Jul-05 20:17 
GeneralIcon In ListView Header .Net Pin
lespaul3627-Jul-05 17:26
lespaul3627-Jul-05 17:26 
GeneralRe: Icon In ListView Header .Net Pin
lespaul363-Aug-05 20:44
lespaul363-Aug-05 20:44 
GeneralCall server database from Pocket PC 2003 Pin
vincentkhoosiongleng27-Jul-05 17:26
vincentkhoosiongleng27-Jul-05 17:26 
GeneralEmail problem. Pin
Asim N.27-Jul-05 15:45
Asim N.27-Jul-05 15:45 
GeneralWork Pin
Sergio Costa Faria27-Jul-05 13:57
Sergio Costa Faria27-Jul-05 13:57 
GeneralRe: Work Pin
Christian Graus27-Jul-05 16:00
protectorChristian Graus27-Jul-05 16:00 
GeneralCatch the cell change event in a datagrid Pin
makeko27-Jul-05 13:53
makeko27-Jul-05 13:53 

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.