Click here to Skip to main content
15,891,033 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: What Does FilterWorkbook Macro Actually Do? Pin
CHill6010-Apr-16 8:25
mveCHill6010-Apr-16 8:25 
QuestionExtract text in a file txt and simultaneously replace it with dots. Pin
Miauz7-Apr-16 9:55
Miauz7-Apr-16 9:55 
AnswerRe: Extract text in a file txt and simultaneously replace it with dots. Pin
Sascha Lefèvre7-Apr-16 10:22
professionalSascha Lefèvre7-Apr-16 10:22 
GeneralRe: Extract text in a file txt and simultaneously replace it with dots. Pin
Mycroft Holmes7-Apr-16 14:18
professionalMycroft Holmes7-Apr-16 14:18 
GeneralRe: Extract text in a file txt and simultaneously replace it with dots. Pin
Sascha Lefèvre7-Apr-16 22:36
professionalSascha Lefèvre7-Apr-16 22:36 
GeneralRe: Extract text in a file txt and simultaneously replace it with dots. Pin
Miauz8-Apr-16 1:58
Miauz8-Apr-16 1:58 
GeneralRe: Extract text in a file txt and simultaneously replace it with dots. Pin
Sascha Lefèvre8-Apr-16 2:51
professionalSascha Lefèvre8-Apr-16 2:51 
AnswerRe: Extract text in a file txt and simultaneously replace it with dots. Pin
Richard MacCutchan7-Apr-16 21:08
mveRichard MacCutchan7-Apr-16 21:08 
That is a bad way to do it, and can lead to corruption of your files. A much safer option is to use two files, one for input and one for output. Read the input file and copy the content to the output, replacing the required characters in memory as you copy. When you have successfully copied all the data you can delete the input file, or rename it to save as backup. You can then rename your output file to the original name of the input.
GeneralRe: Extract text in a file txt and simultaneously replace it with dots. Pin
Miauz8-Apr-16 2:18
Miauz8-Apr-16 2:18 
GeneralRe: Extract text in a file txt and simultaneously replace it with dots. Pin
Richard MacCutchan8-Apr-16 2:46
mveRichard MacCutchan8-Apr-16 2:46 
GeneralRe: Extract text in a file txt and simultaneously replace it with dots. Pin
Sascha Lefèvre8-Apr-16 2:54
professionalSascha Lefèvre8-Apr-16 2:54 
QuestionResetting before Fileupload control Pin
Redvan5-Apr-16 8:21
Redvan5-Apr-16 8:21 
AnswerRe: Resetting before Fileupload control Pin
Wombaticus5-Apr-16 21:56
Wombaticus5-Apr-16 21:56 
QuestionError in IE11 for website automation using vb6 Pin
srikrishnathanthri27-Mar-16 18:41
srikrishnathanthri27-Mar-16 18:41 
AnswerRe: Error in IE11 for website automation using vb6 Pin
Chris Quinn3-Apr-16 21:56
Chris Quinn3-Apr-16 21:56 
AnswerRe: Error in IE11 for website automation using vb6 Pin
Mycroft Holmes4-Apr-16 14:20
professionalMycroft Holmes4-Apr-16 14:20 
AnswerRe: Error in IE11 for website automation using vb6 Pin
CHill604-Apr-16 22:40
mveCHill604-Apr-16 22:40 
QuestionCalculate networkdays in vb.net, can someone help me? Pin
Real Corks27-Mar-16 11:57
Real Corks27-Mar-16 11:57 
GeneralRe: Calculate networkdays in vb.net, can someone help me? Pin
Sascha Lefèvre27-Mar-16 12:29
professionalSascha Lefèvre27-Mar-16 12:29 
AnswerRe: Calculate networkdays in vb.net, can someone help me? Pin
CHill6027-Mar-16 12:44
mveCHill6027-Mar-16 12:44 
Questionsum a field in database, can someone help me? Pin
Real Corks27-Mar-16 4:21
Real Corks27-Mar-16 4:21 
AnswerRe: sum a field in database, can someone help me? Pin
Sascha Lefèvre27-Mar-16 4:58
professionalSascha Lefèvre27-Mar-16 4:58 
GeneralRe: sum a field in database, can someone help me? Pin
Real Corks27-Mar-16 9:05
Real Corks27-Mar-16 9:05 
GeneralRe: sum a field in database, can someone help me? Pin
Sascha Lefèvre27-Mar-16 9:42
professionalSascha Lefèvre27-Mar-16 9:42 
GeneralRe: sum a field in database, can someone help me? Pin
Real Corks27-Mar-16 9:47
Real Corks27-Mar-16 9:47 

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.