Click here to Skip to main content
15,886,518 members
Home / Discussions / C#
   

C#

 
AnswerRe: Enterprise Library C# Pin
Not Active30-Mar-10 4:23
mentorNot Active30-Mar-10 4:23 
Questiongetting attributes of .mp3 and .wav Pin
w_joerun@yahoo.com30-Mar-10 1:29
w_joerun@yahoo.com30-Mar-10 1:29 
AnswerRe: getting attributes of .mp3 and .wav Pin
TheFoZ30-Mar-10 2:13
TheFoZ30-Mar-10 2:13 
GeneralRe: getting attributes of .mp3 and .wav Pin
w_joerun@yahoo.com2-Apr-10 23:11
w_joerun@yahoo.com2-Apr-10 23:11 
QuestionIs there any way to hide teh blank rows in excel without using loop ? Pin
abcurl30-Mar-10 1:21
abcurl30-Mar-10 1:21 
AnswerRe: Is there any way to hide teh blank rows in excel without using loop ? Pin
TheFoZ30-Mar-10 2:16
TheFoZ30-Mar-10 2:16 
GeneralRe: Is there any way to hide teh blank rows in excel without using loop ? Pin
abcurl30-Mar-10 2:50
abcurl30-Mar-10 2:50 
GeneralRe: Is there any way to hide teh blank rows in excel without using loop ? Pin
TheFoZ30-Mar-10 3:06
TheFoZ30-Mar-10 3:06 
If the rows are at the end, you can find the row of the last cell that contains any data. In VBA it looks like this

Dim lastCell As Range
Set lastCell = Range("A1").SpecialCells(xlCellTypeLastCell)


From that you can work your way up deleting the blank rows. It still uses iteration but there are fewer.
The FoZ

GeneralRe: Is there any way to hide teh blank rows in excel without using loop ? Pin
abcurl30-Mar-10 3:15
abcurl30-Mar-10 3:15 
GeneralRe: Is there any way to hide teh blank rows in excel without using loop ? Pin
TheFoZ30-Mar-10 3:23
TheFoZ30-Mar-10 3:23 
GeneralRe: Is there any way to hide teh blank rows in excel without using loop ? Pin
abcurl30-Mar-10 3:29
abcurl30-Mar-10 3:29 
GeneralRe: Is there any way to hide teh blank rows in excel without using loop ? Pin
TheFoZ30-Mar-10 3:36
TheFoZ30-Mar-10 3:36 
GeneralRe: Is there any way to hide teh blank rows in excel without using loop ? Pin
abcurl30-Mar-10 3:47
abcurl30-Mar-10 3:47 
Questionface and finger print recognition program Pin
Enobong Adahada30-Mar-10 1:19
Enobong Adahada30-Mar-10 1:19 
AnswerRe: face and finger print recognition program Pin
OriginalGriff30-Mar-10 2:20
mveOriginalGriff30-Mar-10 2:20 
GeneralRe: face and finger print recognition program Pin
Enobong Adahada30-Mar-10 22:03
Enobong Adahada30-Mar-10 22:03 
Questionhow to trap masktextbox control if empty or not filled by user Pin
crisjala30-Mar-10 0:44
crisjala30-Mar-10 0:44 
AnswerRe: how to trap masktextbox control if empty or not filled by user Pin
Richard MacCutchan30-Mar-10 3:43
mveRichard MacCutchan30-Mar-10 3:43 
AnswerRe: how to trap masktextbox control if empty or not filled by user Pin
Migounette30-Mar-10 7:02
Migounette30-Mar-10 7:02 
QuestionZoom to previous and next extent Pin
manushi8830-Mar-10 0:04
manushi8830-Mar-10 0:04 
AnswerRe: Zoom to previous and next extent Pin
Keith Barrow30-Mar-10 0:45
professionalKeith Barrow30-Mar-10 0:45 
QuestionMessage Removed Pin
30-Mar-10 0:03
manushi8830-Mar-10 0:03 
AnswerRe: How to import an image object on map control? Pin
Keith Barrow30-Mar-10 0:46
professionalKeith Barrow30-Mar-10 0:46 
Questionwhere to find Prefix C# (abbreviation of controls‎) Pin
jojoba201129-Mar-10 23:18
jojoba201129-Mar-10 23:18 
AnswerRe: where to find Prefix C# Pin
Mirko198029-Mar-10 23:25
Mirko198029-Mar-10 23:25 

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.