You are here:

  • Home
  • Computing/Technology

Computing/Technology

Recent Answers

2009-11-20 Excel - Code that displays the Date at which a cell/cells Changed.:

Sujan, Based on what you have said, I would do this: Private Sub Worksheet_Change(ByVal Target As Range) ' if more than one cell is triggering, then exit sub If Target.Count > 1 Then Exit Sub

2009-11-20 Excel - Array Formula in VBA:

Hans J Hamm, this worked for me: Sub abc() Dim s As String s = "=IF(ISERROR(INDEX(Projects!C$2:C$500,MATCH(1,(C$2=Projects!D$2:D$500)*" & _ "(A20=Projects!I$2:I$500),0))),"""",INDEX(Projects!C$2:C$500

2009-11-19 Excel - VBA search using inputbox:

Andreas, This worked for me. Sheet1 is the hidden sheet where the data is. Sheet2 is where the data is placed. I use the eight columns next to the cell with the text searched for since you didn't

2009-11-19 Microsoft Word - Chapter Headings in Word 2007:

This is what the StyleRef field is intended for. Reference the Heading 1 style, and it will change as the heading changes without your having to do anything. For more on the field, see http://sbarnhill

2009-11-19 VB.NET - voip:

It depends on what architecture you wan't to follow, first thing you need to do is to start research on SIP protocol for VOIP communication during this course of research you will also find various SDKs

Categories

Browse Alphabetically

©2009 About.com, a part of The New York Times Company. All rights reserved.