Review comments completely hidden by freeze panes in VBA Excel

Hello
I have a worksheet with review comments attached to the cell during run time. I use these
review comments like tool tips to explain the user that the field is a mandatory field and it must be entered .
I also used the Freeze Panes feature to keep the left side columns say (4 columns)  visible
as the worksheet is scrolled horizontally. However, the review comments are visible when it is not scrolled but they are hidden under the frozen pane when the worksheet is scrolled horizontally.
The review comment that overlaps the boundary is no longer visible when scrolled completely.
Is there any way to prevent this from happening? Please suggest
Thanks and Regards
Kamal
Kamal

Hello Zhang
Thanks very much for your response and suggestions
I have tried increasing the width of the column D but still the review comments are getting hidden under the frozen panes. Dragging of comment window is not possible as these review comments are attached to the cell at run time. 
Trying the data validation technique will not be a better choice. The reason is i am validating all the fields present in all the rows at once in a single button click  . Correct me if i am wrong...The reason is if the user doesn't enter the
value for this column for at least (say 10 rows) then it might fire the validation pop up ten times.This will make the user to clear the validation pop ups first and then enter the values for all the left rows. If i add review comments then it will just add
a red mark at the top right corner of the cell along with the review comments which will help the user to understand that it is a mandatory field.
So, Please suggest a solution regarding how to handle the case related to the review comments that overlaps the boundary is not longer visible when scrolled completely.
Thanks and Regards
Kamal

Similar Messages

  • Freeze Pane Property of Excel in RTF template for XML Publisher Report

    Hi all,
    I have created RTF template and it's output type is Excel.
    I want to apply Freeze Pane Property of Excel in rtf template so that it can be applied to Excel Output.
    Please let me know any information regarding this ASAP.
    Thanks,
    P.A.

    This is the Oracle Reports forum. Better post this in the BI Publisher forum.

  • Freeze panes, like in Excel?

    Can we have the freeze panes effect in Flex? I like my top
    component staying at the same position in the page while I can
    scroll the bottom part up and down. Thanks

    Sure.
    A Flex app consists of navigators, containers and display
    components. Use two containers, and only enable scrolling in the
    one you want.
    I suggest you set vertical and horizontalScrollPolicy="off"
    for all your containers, including Application. Turn them on where
    you specifically want them. The default behavior,
    scrollPolicy="auto" often works, but also becomes very confusing
    when you have deeply nested containers, and scrollbars start
    popping up all over the place.
    Tracy

  • Excel's Freeze Pane Property  in RTF template for XML Publisher Report

    Hi all,
    I have created RTF template and it's output type is Excel.
    I want to apply Freeze Pane Property of Excel in rtf template so that it can be applied to Excel Output.
    Please let me know any information regarding this.
    ta,
    P

    I am looking for the same functionality. Did you ever got answer for this?

  • Acrobat/Reader cannot cope with internal Webserver connectivity problems, leading to comments being hidden/deleted. Any thoughts?

    Adobe Acrobat/Reader do not cope with interruptions to access to the internal WebServer hosting the PDF/XML review files.
    Steps to reproduce the issue:
    Connection is lost to the WebServer hosting the PDF review files.
    After connection to the WebServer is regained, access to the PDF review files is blocked by Adobe Acrobat/Reader.
    Sometimes this can be resolved by deleting the entire contents of the folder:
              C:\Users\<user-name>\AppData\LocalLow\Adobe\Acrobat\11.0\Synchronizer
    NOTES:
    We have experienced this behaviour especially when connecting to the WebServer via VPN. I reckon the connectivity issues could be initially our problem, that Acrobat/Reader simply do not handle.
    Clearing the contents of the Synchronizer folder does not always work.
    Team members have also seen situations where significant numbers of review comments or status values have been not been displayed, but exist in the XML review files. In some cases comments/status values have been automatically deleted without warning from the Adobe review XML files.
    PDF reviews are sent out via email as links to the PDF review file hosted on an internal WebServer.
    Writers and reviewers in the team either have either:
    Acrobat XI Pro 11.0.08 with Reader 11.0.08
    Acrobat XI Pro 9.5.5 with Reader 11.0.08
    I have personally experienced the above behaviour with Acrobat XI Pro 11.0.08 and Reader 11.0.08.
    Could this experience be connected the Synchronizer (http://helpx.adobe.com/acrobat/kb/known-issues-acrobat-xi-reader.html )?
    For example, where a reviewer uses a different version of Acrobat/Reader?
    Could anyone please provide a list of compatible versions of Acrobat/Reader?
    Expected results:
    Adobe Acrobat/Reader should really handle connection issues with a warning and later check for recovered connections.
    However, what appears to be happening is that Acrobat/Reader writes some sort of blocking code to the Synchronizer folder that prevents future checks of the PDF review files on the review WebServer.
    As far as I understand, the connection issues are not caused by Adobe software, however the problems we are experiencing relate to how Adobe Acrobat/Reader handle this loss of connection.
    Plea for Help!
    I have checked and the experience of missing comments and persistent "connectivity issues" seems to be a reported but sadly outstanding issue...
    This has been an ongoing headache for some time, so solutions would be great, but any thoughts or suggestions are welcome...?
         For example, has anyone using SharePoint to host PDF reviews experienced anything similar?
    Many thanks!

    Adobe Acrobat 11.0.09 with Microsoft SharePoint Repository Trial Update
    We've completed week one of a three week trial (see above) that will go on until Friday 24th October.
    We currently have just four PDF files out for review that make use of the SharePoint repository.
    To-date:
    Each review file has had multiple concurrent reviewers posting comments over several days from both over the office LAN and also via VPN when working remotely.
    Dynamic stamps seem to be working as hoped and are all visible.
    We have not experienced any connection-type issues and the we have not had reason to clear out the Synchronizer folder as described above.
    Counter balance:
    I have experienced the situation with a remote VPN connection, where Adobe Acrobat could not connect to our internal WebServer repository. At the same time, I was able to connect to PDF review files hosted in SharePoint.
    Summary:
    The experience so far does suggest that problems are caused by the an inconsistent connection to the WebServer repository (especially over VPN) combined with Adobe Acrobat/Reader's inability to cope with the resulting situation.
    At the moment I must say that while it is early days, I am hopeful that the combination of SharePoint as the repository and the update to Adobe Acrobat/Reader 11.0.09 will continue to prove to be reliable.
    I'll provide an update to this post on Friday 24th October...
    Here's hoping!

  • Need clarification from experts regarding few code review comments received

    Hi,
    I know that this is a very trivial question to post onto in here but just wanted to double check with all the experts out there. I was lately given few code review comments by one of the senior developers in my project which I couldnt completely agree upon. I thought to seek further inputs from the experts out here.
    1) Consider the SQL query below:
    SELECT  orgeh orgtx FROM t527x INTO TABLE ch_org_unit_descs
                   FOR ALL ENTRIES IN ch_org_unit_list WHERE sprsl = gc_english AND
                                                             orgeh = ch_org_unit_list-orgeh AND
                                                             endda = gc_endda.
    I was instructed not to pass any constant values (like how am passing to SPRSL & ENDDA) as shown above. The code reviewer said that this would result in poor performance & that am supposed to perform a DELETE upon the resulting internal table instead. I did try read around & search the available documentation but could not come up with any similar note anywhere. Can the experts please comment on the credibility of this statement?
    2) Also say I am writing a CASE statement then if I say as WHEN 'ATT' does this mean that am hard coding 'ATT' and that I should have gone for a constant instead? Whilst the code reviewer said that I was hard coding text  I would have to admit that I haven't ever declared a constant for handling any of the WHEN statements in any of my projects till date. Is this a bad practice from my end or do you think its like imposing double standards?
    Regards,
    Uday

    I second both Sandra & Rob on their views on FAE. As Rob has suggested do a runtime analysis or SQL trace and compare the DB execution times.
    >
    Sandra Rossi wrote:
    > We should use a constant when a value is often used or when a name is better than just a meaningless value.
    Using constants for any literal used in the code makes it difficult to understand. I have seen codes with something like CALL TRANSACTION c_fb01 or AUTHORITY OBJECT c_s_dataset.
    I always make it a point to declare constants for organizational or functional values which might change in future. Declaring constants for elements which are specific to my code is definitely a NO-NO for me. Comments are welcome on this.
    BR,
    Suhas

  • Acrobat v 9 pro unable to see review &  comments button

    Using standard acrobat 5 SDK we have build an extension plugin for loading annotations when opening a document in IE browser, and similarly on click of save it stores the annotations back. This works fine with acrobat 6.0 pro but in 8 and 9 its not working. In 9.0, we do not see the review & comments when we open the plugin in IE. But we are able to open existing annotations and edit existing comments. We need to know what API changes are done between 6 and 8. If any of the 5.x SDK has been desupported and hwo do we get the comments button comeup in IE.
    Bhagya Patil

    Hi gmcshave,
    I'm sorry to hear you are having issues with your new MacBook Pro; I know printer config issues can be frustrating. It sounds like you have been on the right track in troubleshooting this issue. If you are still having issues adding your wireless printer to your Mac, you may want to double-check the steps outlined in the following article (apologies if you have already done so):
    OS X Mavericks: Set up a printer
    Regards,
    - Brenden

  • Office Web Apps Server June 2013 Cumulative Update Excel Freeze Pane and Hide/Un-hide Feature Missing

    Hi,
    I have recently updated the Office Web Apps Server to the June 2013 Cumulative Update (KB2817350) which was published with the new features that allow rendering of freeze pane, hide/un-hide the excel worksheet and row/columns, Header
    Row Snapping, Sorting, Data Validation and Autocomplete. i have followed the TechNet article (http://technet.microsoft.com/en-us/library/jj966220.aspx)
    to update the office web apps server. Current setup is a SharePoint 2013, SQL 2012 and Office Web Apps server. All server are installed on Windows server 2012.
    3vild3vil

    Hi,
    Sorry to inform you that these new features are specific to cloud Excel Web App in both SkyDrive and Office365. There is no update available for on-premise Excel Web Apps installed locally
    yet. Thank you for your understanding.
    http://blogs.office.com/b/microsoft-excel/archive/2013/06/26/we-ve-updated-excel-web-app-what-s-new-as-of-june-2013.aspx
    Miles LI TechNet Community Support

  • Table Header in freezed pane when exporting SSRS report to Excel

    Hi,
    I want table Header in freezed pane when exporting SSRS report to Excel.
    Can I have the table header of tablix be present in freezed pane of excel.
    Thanks,
    Vivek Singh

    Hi Vivek,
    Please refer the following thread.
    may be u get the answer.
    How to freeze header pane in SSRS
    Regards
    msbilearning

  • Freeze panes in OBIEE 11g

    Hi All,
    Glad to post regarding Freezing panes in OBIEE 11g.
    Since this has got most hits in the search.
    I searched a quite few websites like replies from BI Joe and few others. But couldnt resolve this.
    Would be great help for all those who are looking for workaround regarding the same.
    Also - another feature likely in 11.1.1.6 - freeze panes for rows and columns :-). But need it in 11.1.5
    Regards
    MuRam
    http://obiee10grevisited.blogspot.in/
    Edited by: MuRam on Feb 29, 2012 10:23 AM

    check with oracle support. they might released patches for 11.1.5

  • Portfolios: Review, Commenting, and Approval possible?

    Is it possible to do reviewing, commenting, and approval for a PDF portfolio document?  We were wanting to send out our deliverables to a client using the Portfolio feature to create one crisp document with all of our items inside of it, but it seems that the portfolio view doesn't have the same <Comment> tab that a normal PDF comes with.
    Regards,
    Scott

    No, reviewing and commenting is not allowed on Portfolios. You need to open individual PDFs inside the portfolio and initiate review or perform commenting on them.

  • Freeze panes apex 4.1

    Hi all,
    Is there a simple/free way to freeze panes in reports, Apex 4.1?
    thanks all,

    Hi,
    Seems that my sample still work on Apex 4.1
    http://dbswh.webhop.net/dbswh/f?p=BLOG:READ:0::::ARTICLE:303800346302715
    Regards,
    Jari

  • Freeze Panes Functionality

    I am required to develop a report that has a large number of columns. For readability the first 3 columns must remain frozen during horizontal scrolling (much like excel freeze panes).
    So far I have achieved this with two regions with different column sets from the same report displayed next to each other, This way I can make the right hand report region scroll (<div> tags in the Header & Footer of this region)while leaving the left hand report static.
    This leaves me with a problem where I need to link the pagination of both report regions. I am trying to change the SQL on the right hand report to only return the records displayed in the right hand region, my SQL for the right region Looks something like this but does not work:
    Select * from TABLE_NAME WHERE ID IN (:P3_LEFT_REGION)
    I believe it is because I am trying to reference a region as a list which I cannot do or am doing wrong.
    So my question is "Is there a better way to do this and how?"

    wow, it would cost your company so much less if your users can just download into Excel and do the fancy stuff there.
    Next they are going to ask you for more Excel-like functionality.

  • Freeze panes in OBIEE

    Hi Experts,
    I have a very big report (pivot table) and the column names for that report goes off the screen while scrolling down to see the bellow reports. Now the business requirement is can we freeze the column names similar to Excel?? Is there any work arrond and please suggest me some idea to try.
    Thanks,
    DK

    user,
    Refer :FREEZE PANE functionality in OBIEE  is it possible ???
    or http://blog.somerlott.net/2009/12/15/obiee-freeze-pane-headers/
    thanks,
    Saichand.v

  • Adding user review comments to each item

    I am creating my site in Muse and then will be publishing to BC. My website will be have a least 7,000 items on it. I want to be able to have user review comments for EACH item. will I be able to do this using BC? I am guessing every item would have to have it's own page and then a module added to it. I am looking at adding 7,000 modules unless there is a faster way. Thank's in advance all

    Yes. Please have a look at the following article about the comments module http://kb.worldsecuresystems.com/758/bc_758.html
    Also, you can integrate Facebook comments as per http://kb.worldsecuresystems.com/851/cpsid_85118.html

Maybe you are looking for

  • HT1879 How can I get a refund on purchases made in error in the itunes store?

    My kids purchased and downloaded music from the itunes store that i was not aware of nor wanted til it wouldnt let me download anything else from itunes or any apps.  How can I get refunded for these downloads?

  • After latest Firefox update, MOBI plug-in no longer works

    After the recent update to 29.0.1, my plug-in that I used to view MOBI ebook files no longer work. When I click on a file, it brings up the window saying "You have chosen to open blah blah blah MOBI file. What would you like to do?" And when I click

  • OS X Server 10.3.9 can't handle very big HDDs as RAID miror?

    I really searched hard on this one, but couldn't find definitive answer. In our office, we have OS X Server 10.3.9 running on a G5 (dual 2GHz, 3GB RAM). OS X itself is installed on a 80GB hard drive. there is also another internal SATA HDD of 400GB f

  • Failed to run task sequence

    Hy, i've deployed system center 2012 sp1 on a server 2012 R2. I made the boot images, operating image and installer. I deployed and distributed all and made and distributed a task sequence. Then i run a bare new machine in hyper-v this loads the boot

  • ORA-06519: active autonomous transaction detected and rolled back

    I am getting this error. when i am doing insert from my package Any solution to reslove this issue ORA-06519: active autonomous transaction detected and rolled back . thanks I am doing select - insert...