Questions tagged [customtaskpane]

110 questions
0
votes
1 answer

CustomTaskPane wont close completely

When I close a CustomTaskPane and change the worksheet, it seems that a pane wasn't removed completely. And the Worksheet area of size of CustomTaskPane becomes inactive. Here is how I am doing in code: ctp.Visible = false; And in…
Cannon
  • 2,725
  • 10
  • 45
  • 86
-1
votes
1 answer

Want to display notification in Task pane in Word using VBA

I have coded a VBA macro that notifies me whenever a new comment has been added to a document using a MsgBox. I now require that no notification should be in the form of a MsgBox but are displayed in a task pane by clicking on the custom…
-1
votes
1 answer

office-js #Excel Add-in taskpane

I have created a excel web-addin. I have few drop-downs in my taskpane. when i save and reopen the excel sheet the data remains as it is on excel sheet but i would like to get the data on the task pane too.. can any one help
-2
votes
2 answers

VSTO custom task pane

I am trying to create a custom task pane in Excel 2016.As far as I see, there is same code all site to create it.But common problem is taskpane is unvisible. The code doesn't give any error. help please
murat turna
  • 15
  • 1
  • 7
-3
votes
1 answer

Create excel CustomTaskPane in delphi (add-in)

How to create a simple customtaskpane using Delphi without add-in express and add customtaskpane to excel. Taskpane will have 1 button(close ) procedure TMyAddin.OnConnection(const Application: IDispatch; ConnectMode: ext_ConnectMode; const…
Ranga MK
  • 43
  • 11
1 2 3 4 5 6 7
8