For example, if the month is "December", I want the field code to show "November" Thanks -- Suzanne
S Suzanne Dec 7, 2005 #1 For example, if the month is "December", I want the field code to show "November" Thanks -- Suzanne
G Greg Dec 7, 2005 #3 This is probably best done with a field vice macro. See: See http://www.wopr.com/cgi-bin/w3t/showflat.pl?Cat=&Board=wrd&Number=249902
This is probably best done with a field vice macro. See: See http://www.wopr.com/cgi-bin/w3t/showflat.pl?Cat=&Board=wrd&Number=249902
T Tony Jollans Dec 7, 2005 #4 This isn't VBA but here is a field code which should do it (if I type it correctly ) { Quote { = { If { Date \@ "MM" } = 1 12 { = { Date \@ "MM" } - 1 } }* 100 + 1 \# "0000/00/00" } \@ "MMMM" } with all braces entered via Ctrl+F9
This isn't VBA but here is a field code which should do it (if I type it correctly ) { Quote { = { If { Date \@ "MM" } = 1 12 { = { Date \@ "MM" } - 1 } }* 100 + 1 \# "0000/00/00" } \@ "MMMM" } with all braces entered via Ctrl+F9
J Jean-Guy Marcil Dec 7, 2005 #5 Tony Jollans was telling us: Tony Jollans nous racontait que : This isn't VBA but here is a field code which should do it (if I type it correctly ) Click to expand... You certainly did! Very clever field code! -- Salut! _______________________________________ Jean-Guy Marcil - Word MVP (e-mail address removed) Word MVP site: http://www.word.mvps.org
Tony Jollans was telling us: Tony Jollans nous racontait que : This isn't VBA but here is a field code which should do it (if I type it correctly ) Click to expand... You certainly did! Very clever field code! -- Salut! _______________________________________ Jean-Guy Marcil - Word MVP (e-mail address removed) Word MVP site: http://www.word.mvps.org
T Tony Jollans Dec 7, 2005 #6 Merci, Jean-Guy! -- Enjoy, Tony Jean-Guy Marcil said: Tony Jollans was telling us: Tony Jollans nous racontait que : You certainly did! Very clever field code! -- Salut! _______________________________________ Jean-Guy Marcil - Word MVP (e-mail address removed) Word MVP site: http://www.word.mvps.org Click to expand...
Merci, Jean-Guy! -- Enjoy, Tony Jean-Guy Marcil said: Tony Jollans was telling us: Tony Jollans nous racontait que : You certainly did! Very clever field code! -- Salut! _______________________________________ Jean-Guy Marcil - Word MVP (e-mail address removed) Word MVP site: http://www.word.mvps.org Click to expand...