-
WSgurpreet
AskWoody LoungerThank you so much RG!!
This is what I was looking for
Thanks a tonne !!
This works perfectly fine, however, I observed that it highlights even when the cell is simply double clicked, when no text is either entered or removed. Can Excel in any way detect this as well, whether its just a double click or actually clicked for editing purpose ? -
WSgurpreet
AskWoody LoungerSorry for asking an obvious question, as I am a novice to Excel VBA programming.
I want that whenever anyone updates any cell of column B, the complete row should be highlighted with yellow color.That’s why asking if we can scan the complete column to find out the particular cell that got updated.
Would request if you can provide the code as well. I have googled a lot but nothing is coming out as per my requirement.
Thanks.
-
WSgurpreet
AskWoody Loungerhow can i detect if something has changed in the range of cells ?
-
WSgurpreet
AskWoody LoungerHello Steve,
I managed to put the condition, that is, when Column B is filled the application prompts to enter the value in corresponding C and D cells.
Now I want that whenever the Column B value changes, the prompt for filling the issue no. and version should again be prompted.
In current scenario, it works only when I deleted the content but if I edit the value by double clicking the cell, the prompt does not come.
Can you help on this, please ??
Thanks,
gurpreet -
WSgurpreet
AskWoody LoungerSorry for not being clear in my previous posts.
My requirement is when the ObjectID is updated, the Version and Issue no. columns corresponding to the ObjectID should ALSO be updated.
Since we are already using this report, I observed people forget to update the version and Issue no., that is why to ensure that both of these are also updated I thought if there can be a macro for this.
For example:
If the user changes the value in B2, he should also change the corresponding C2 and D2 cells.P.S: There could be a scenario where objectID does not change at all but if it gets changed, the other two columns that is, issue no. and version should also be changed.
-
WSgurpreet
AskWoody LoungerThanks for you reply, Steve!!
By enforced, I meant that as and when the content of “ObjectID” field is changed, the person should be forced to also update the “Issue No.” and “Version” fields without which should not be allowed to save and close the Excel file.
-
WSgurpreet
AskWoody LoungerThere is a addin on the MS site called CSV File Creator, don’t konw if will help, but its woth a try.
http://office.microsoft.com/en-us/marketplace/csv-file-creator-for-excel-EM010277030.aspx?redir=0Tom Duthie
Thanks, Tom for the pointer !!
This is exactly what I am looking for, but I will need to buy it to get the full functionality.
This trial version does eliminate the deliminator issue but does not accept any modified file.
Meaning, if I modify the CSV file before using this Add-in, it gives an errorProbably will have to search more on this ….
thanks again !!
-
WSgurpreet
AskWoody LoungerThank you ALL for the support !!
I found that the report, I was using to create the Database was corrupt, which is why it was not allowing the query to run successfully
Thanks again and have a Nice day !!
regards,
gurpreetAssuming the following table structures
Complete_Report
ID (Long Integer)
WriterName (Text)For_Processing
ID (Long Integer)The Query Should read:
SELECT For_Processing.ID, Complete_Report.WriterName
FROM Complete_Report INNER JOIN For_Processing ON Complete_Report.ID = For_Processing.IDPay particular attention to the Data Types in the tables as the data types on the Join Fields need to be the same.
Bob Oxford
-
WSgurpreet
AskWoody LoungerI assume that you want to compare D to L, E to M and F to N. So it’s simply a matter of comparing pairs of columns.
See the attached version:
Hi,
Want to thanks the querier and the answerer, as I was looking for the same solution
.
Thanks !!
-
WSgurpreet
AskWoody LoungerYou would be far better off with one or more of these resources:
http://www.klariti.c…ker/index.shtml
http://forums.adobe….nity/framemaker
Finally, there is a Framers’ List–an email list of FrameMaker users, where you can ask specific questions and knowledgeable folks should be around to answer your question quickly:
http://lists.frameus…istinfo/framers
I’m a former tech writer, but as my history with Frame recedes farther into the past I would only be guessing to try to help, I’m afraid, as I no longer have a copy of it installed–and the last version I used was 6 IIRC.
Good luck getting your question sorted out!
No, problem .. I will try the sites you shared:):…
Thanks for the pointers !! -
WSgurpreet
AskWoody LoungerI’ve moved your question from General MS Office Suite to Word, since it is specific to Word.
The “Select All” button in the Styles and Formatting task pane is only enabled if the check box “Keep track of formatting” in the Edit tab of Tools | Options… has been ticked. If this check box is clear, the “Select All” button will be disabled.
“Available formatting” is only listed in the Show dropdown list at the bottom of the task pane if the “Keep track of formatting” check box mentioned above is ticked. “Custom…” is only listed if that check box is clear.
Thank you for the quick response. I can proceed further now
-
WSgurpreet
AskWoody LoungerJuly 30, 2009 at 6:57 am in reply to: Word: Locating Embedded objects/files residing in the document #1171570You could run this macro:
Code:Sub Test() Dim varObj As Variant Dim n As Integer For Each varObj In ActiveDocument.InlineShapes If varObj.Type = wdInlineShapeEmbeddedOLEObject Then n = n + 1 End If Next varObj For Each varObj In ActiveDocument.Shapes If varObj.Type = msoEmbeddedOLEObject Then n = n + 1 End If Next varObj MsgBox "This document contains " & n & " embedded object(s)", vbInformation End Sub
Thanks, Hans !! this is really helping…Please accept a BIG thanks from my complete team
-
WSgurpreet
AskWoody LoungerIf you use reveal formatting, you’ll see that your section has a border “Right (shadowed Custom, Custom color (RGB (0,0,78)), 0.85 pt, Margin: 2 pt)”
Delete that and you’re good to go.
Pam
Thank you so much
, Pam !! I was stuck with this problem from last 2 days, but this solution worked out
I really appreciate your time and effort for helping me out.Once again would like to give a BIG Thanks !!
-
WSgurpreet
AskWoody Lounger -
WSgurpreet
AskWoody Lounger
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Windows 11 Windows Updater question
by
Tex265
2 hours, 11 minutes ago -
Key, Key, my kingdom for a Key!
by
RetiredGeek
6 hours, 48 minutes ago -
Registry Patches for Windows 10
by
Drcard:))
11 hours, 18 minutes ago -
Cannot get line length to NOT wrap in Outlining in Word 365
by
CWBillow
11 hours, 31 minutes ago -
DDU (Display Driver Uninstaller) updates
by
Alex5723
4 hours, 41 minutes ago -
Align objects on a OneNote page
by
CWBillow
16 hours, 46 minutes ago -
OneNote Send To button?
by
CWBillow
17 hours, 30 minutes ago -
WU help needed with “Some settings are managed by your organization”
by
Peobody
1 day, 2 hours ago -
No Newsletters since 27 January
by
rog7
22 hours ago -
Linux Mint Debian Edition 7 gets OEM support, death of Ubuntu-based Mint ?
by
Alex5723
2 hours, 36 minutes ago -
Windows Update “Areca Technology Corporation – System – 6.20.0.41”
by
Bruce
1 hour, 16 minutes ago -
Google One Storage Questions
by
LHiggins
2 hours, 37 minutes ago -
Button Missing for Automatic Apps Updates
by
pmcjr6142
1 hour, 57 minutes ago -
Ancient SSD thinks it’s new
by
WSila
7 hours, 12 minutes ago -
Washington State lab testing provider exposed health data of 1.6 million people
by
Nibbled To Death By Ducks
1 day, 16 hours ago -
WinRE KB5057589 fake out
by
Susan Bradley
1 day, 10 hours ago -
The April 2025 Windows RE update might show as unsuccessful in Windows Update
by
Susan Bradley
1 day ago -
Firefox 137
by
Charlie
3 hours, 36 minutes ago -
Whisky, a popular Wine frontend for Mac gamers, is no more
by
Alex5723
2 days, 5 hours ago -
Windows 11 Insider Preview build 26120.3863 (24H2) released to BETA
by
joep517
2 days, 5 hours ago -
Windows 11 Insider Preview build 26200.5551 released to DEV
by
joep517
2 days, 5 hours ago -
New Windows 11 PC setup — can I start over in the middle to set up a local id?
by
ctRanger
1 day, 1 hour ago -
Windows 11 Insider Preview Build 26100.3902 (24H2) released to Release Preview
by
joep517
2 days, 9 hours ago -
Oracle kinda-sorta tells customers it was pwned
by
Nibbled To Death By Ducks
2 days, 15 hours ago -
Global data centers (AI) are driving a big increase in electricity demand
by
Kathy Stevens
3 days, 1 hour ago -
Office apps read-only for family members
by
b
3 days, 3 hours ago -
Defunct domain for Microsoft account
by
CWBillow
3 days ago -
24H2??
by
CWBillow
1 day, 1 hour ago -
W11 23H2 April Updates threw ‘class not registered’
by
WindowsPersister
21 hours, 6 minutes ago -
Master patch listing for April 8th, 2025
by
Susan Bradley
1 day, 1 hour ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.