Click here to Skip to main content
15,888,113 members
Home / Discussions / Article Writing
   

Article Writing

 
GeneralRe: Too many tags. There is a limit of 8. Pin
EgorYusov18-Aug-23 4:59
EgorYusov18-Aug-23 4:59 
QuestionSean? Pin
Nelek12-Aug-21 22:40
protectorNelek12-Aug-21 22:40 
AnswerRe: Sean? Pin
Sean Ewington13-Aug-21 1:46
staffSean Ewington13-Aug-21 1:46 
QuestionSome of my github projects are not available for import as article Pin
Member 1410320129-Jul-21 6:33
Member 1410320129-Jul-21 6:33 
AnswerRe: Some of my github projects are not available for import as article Pin
Sean Ewington29-Jul-21 10:41
staffSean Ewington29-Jul-21 10:41 
GeneralRe: Some of my github projects are not available for import as article Pin
Member 1410320129-Jul-21 14:49
Member 1410320129-Jul-21 14:49 
GeneralRe: Some of my github projects are not available for import as article Pin
Sean Ewington30-Jul-21 4:01
staffSean Ewington30-Jul-21 4:01 
Questionway too many edits for me Pin
Nelek26-Jul-21 21:18
protectorNelek26-Jul-21 21:18 
AnswerRe: way too many edits for me Pin
Greg Utas27-Jul-21 0:55
professionalGreg Utas27-Jul-21 0:55 
GeneralRe: way too many edits for me Pin
Nelek27-Jul-21 2:08
protectorNelek27-Jul-21 2:08 
AnswerRe: way too many edits for me Pin
Sean Ewington27-Jul-21 2:18
staffSean Ewington27-Jul-21 2:18 
QuestionArticle added seems removed- Pin
Sreejith Kizhakkedath21-Jul-21 4:23
Sreejith Kizhakkedath21-Jul-21 4:23 
AnswerRe: Article added seems removed- Pin
Richard MacCutchan21-Jul-21 5:35
mveRichard MacCutchan21-Jul-21 5:35 
GeneralRe: Article added seems removed- Pin
Greg Utas21-Jul-21 6:54
professionalGreg Utas21-Jul-21 6:54 
GeneralRe: Article added seems removed- Pin
Richard MacCutchan21-Jul-21 9:02
mveRichard MacCutchan21-Jul-21 9:02 
Questionanother lemon from the same tree ? Pin
BillWoodruff19-Jul-21 10:55
professionalBillWoodruff19-Jul-21 10:55 
AnswerRe: another lemon from the same tree ? Pin
Sean Ewington20-Jul-21 1:16
staffSean Ewington20-Jul-21 1:16 
Questionnot an article ? Pin
BillWoodruff19-Jul-21 10:25
professionalBillWoodruff19-Jul-21 10:25 
AnswerRe: not an article ? Pin
Nelek19-Jul-21 10:35
protectorNelek19-Jul-21 10:35 
GeneralRe: not an article ? Pin
BillWoodruff19-Jul-21 10:58
professionalBillWoodruff19-Jul-21 10:58 
GeneralRe: not an article ? Pin
Nelek20-Jul-21 3:22
protectorNelek20-Jul-21 3:22 
AnswerRe: not an article ? Pin
Sean Ewington20-Jul-21 1:05
staffSean Ewington20-Jul-21 1:05 
QuestionInterrogating the Excel VBA 'Filters' object Pin
captaincoder215-Jul-21 16:27
captaincoder215-Jul-21 16:27 
<pre>
I need to interrogate the Filters object to learn what columns have active filters (Filter.On = True) and what the filter criteria are for each filter.
The problem that I have encountered is that the Filters object does not contain any information about which column each Filters.Item relates to.
There is no real problem if all columns have been ‘enabled’ for filters (i.e. each column header cell has a down-pointing arrow), because Filters.Count = the number of columns in the worksheet, and I can easily associate each filter with its relevant column.
But when some (but not all) columns have been ‘enabled’ for filters (for example columns 4-8), I have not been able to discover an algorithm for correlating each of the 5 filters with its relevant column.
Can the hive mind I know and love as Code Project please help me.
</pre>
AnswerRe: Interrogating the Excel VBA 'Filters' object Pin
Richard Deeming15-Jul-21 20:57
mveRichard Deeming15-Jul-21 20:57 
QuestionRolling back to a draft. Pin
Jon McKee11-Jul-21 12:59
professionalJon McKee11-Jul-21 12:59 

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.