ideas
16 TopicsExcel Formulas Copyrights
Hi Experts, What do you feel about the formula you wrote, and perhaps you struggled while writing it to make it work, what do you feel when you see someone copying and pasting it somewhere else and then claiming to be the one who wrote it? Some formulas are truly a creative intellectual production worthy of being preserved and recorded in the name of its author. What can we do about this issue? Any thoughts?3.8KViews0likes9CommentsBulletins and Ideas
We are looking to utilise bulletins and Ideas apps within our entire company team but the issue I am having is, once I install the Apps, it also installs the manage bulletins and manage ideas apps at the same time. What I can't work out is how do I stop members of the team been able to access the manage bulletins and manage ideas tabs within that team as I only want team owners to be able to access these apps. Any help would be greatly appreciated.1.6KViews0likes1CommentViva Insights - Product Feedback and Feature Suggestions forum
Hi community members! Please use this board for discussions on the below topics: Product Feedback: Such as issues with the tool, things you like about it, things that do not make sense to you. This forum is not for bug reporting, please reach out to your company admin and ask them to submit a support ticket in the case of bugs. Feature Suggestions: You can also use this forum to post questions about current features, or ideas for new features/changes to existing features you would like to see. Posts on this forum will be regularly sent to the product team to review new feedbacks and suggestions. Please remember to review the general guidelines before posting. Note that this community is to share experiences and general questions only, please open a support ticket for specific questions on your organization's support issues.Allow own editing after posting a new question into any of Community Lounge Discussion Boards
Right after posting my new question into one of Community Lounge Discussion Boards I noticed that it was no more possible to edit it again in case any correction might have been needed. While I noticed doing the same editing was indeed allowed after adding a reply to my own question, so basically I'm just asking for some more consistency... 😇 Many thanks in advance for your attention. Best Regards Rob123Views0likes8CommentsShared ToDo deleted tasks > how to restore?
Hello everyone, We share a ToDo with my colleagues and I deleted some tasks by mistake. I tried to restore them but whitout success. I cannot find any place where those deleted items went. I tried a lot a of solutions found on the net but none of them worked. I also point out that those tasks were not mine. So I am looking for some help. Does anyone have an idea or even a solution about that?70Views0likes0CommentsStop Blocking references to third party applications. There
I can't tell you what they are because even here they are blocked. I have been recognised as an MVP for 27 years with that recognition having been awarded for each of those years because of the assistance that I have been providing to users of Microsoft Products. It is infuriating not to be able to make references to third party products that I know from experience will help the user.58Views2likes3Commentsaccess vba topindex example fail
listindex works topindex seems removed and focus was needed to add if text value not need focus not clear where initialize come from and how to use Private Sub CommandButton1_Click() ListBox1.TopIndex = ListBox1.ListIndex TextBox1.Text = ListBox1.TopIndex TextBox2.Text = ListBox1.ListIndex End Sub Private Sub ListBox1_Change() TextBox1.Text = ListBox1.TopIndex TextBox2.Text = ListBox1.ListIndex End Sub Private Sub UserForm_Initialize() Dim i As Integer For i = 0 To 24 ListBox1.AddItem "Choice " & (i + 1) Next i ListBox1.Height = 66 CommandButton1.Caption = "Move to top of list" CommandButton1.AutoSize = True CommandButton1.TakeFocusOnClick = False Label1.Caption = "Index of top item" TextBox1.Text = ListBox1.TopIndex Label2. Caption = "Index of current item" Label2.AutoSize = True Label2.WordWrap = False TextBox2.Text = ListBox1.ListIndex End Sub55Views0likes2Comments